将缺失的权限类型字段补进去

This commit is contained in:
Mr-wang 2023-11-21 11:10:39 +08:00
parent a7efce5691
commit 136df6e8df

View File

@ -199,6 +199,7 @@ public class UpateFileStateController {
BO scopeBo = new BO();
scopeBo.set("PALVERSIONID" , plVersionid);
scopeBo.set("PALNAME" , parentModel.getName());
scopeBo.set("PERMTYPE" , "0");
String sql = "select * from APP_ACT_COE_PAL_REPOSITORY where ID = '"+palId+"'";
RowMap map = DBSql.getMap(sql);
if (map!=null){