将缺失的权限类型字段补进去
This commit is contained in:
parent
a7efce5691
commit
136df6e8df
@ -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){
|
||||
|
||||
Loading…
Reference in New Issue
Block a user