修改权限阅览逻辑
This commit is contained in:
parent
f77d209832
commit
7e939be346
Binary file not shown.
@ -284,7 +284,7 @@ public class UpateFileStateController {
|
||||
}else{
|
||||
oldBo.set("PALVERSIONID" , plVersionid);
|
||||
oldBo.set("PALNAME" , parentModel.getName());
|
||||
oldBo.set("PERMTYPE" , "0");
|
||||
//oldBo.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