修改权限阅览逻辑

This commit is contained in:
zhal 2024-04-05 21:14:30 +08:00
parent f77d209832
commit 7e939be346
2 changed files with 1 additions and 1 deletions

View File

@ -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){