diff --git a/com.awspaas.user.apps.app20221008163300/src/com/awspaas/user/apps/app/controller/UpateFileStateController.java b/com.awspaas.user.apps.app20221008163300/src/com/awspaas/user/apps/app/controller/UpateFileStateController.java index c2ae1825..c0466494 100644 --- a/com.awspaas.user.apps.app20221008163300/src/com/awspaas/user/apps/app/controller/UpateFileStateController.java +++ b/com.awspaas.user.apps.app20221008163300/src/com/awspaas/user/apps/app/controller/UpateFileStateController.java @@ -267,6 +267,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){ @@ -312,7 +313,7 @@ public class UpateFileStateController { JSONObject Issuing_department = queryRepositoryAttributeById.get("Issuing_department"); if (null != Issuing_department && !Issuing_department.equals("")) { JSONArray PUBDEPTJA = Issuing_department.getJSONArray("value"); - SDK.getLogAPI().consoleInfo(Issuing_department.toString()); + //SDK.getLogAPI().consoleInfo(Issuing_department.toString()); if (null != PUBDEPTJA && !PUBDEPTJA.isEmpty()) { for (Object PUBDEPTO : PUBDEPTJA) { JSONObject PUBDEPTJO = JSONObject.parseObject(String.valueOf(PUBDEPTO));