diff --git a/com.actionsoft.apps.coe.pal.publisher/src/com/actionsoft/apps/coe/pal/publisher/event/PublishExecuteListenerInterfaceImpl.java b/com.actionsoft.apps.coe.pal.publisher/src/com/actionsoft/apps/coe/pal/publisher/event/PublishExecuteListenerInterfaceImpl.java index d98c6dba..04a93333 100644 --- a/com.actionsoft.apps.coe.pal.publisher/src/com/actionsoft/apps/coe/pal/publisher/event/PublishExecuteListenerInterfaceImpl.java +++ b/com.actionsoft.apps.coe.pal.publisher/src/com/actionsoft/apps/coe/pal/publisher/event/PublishExecuteListenerInterfaceImpl.java @@ -245,7 +245,7 @@ public class PublishExecuteListenerInterfaceImpl extends ExecuteListener impleme //更新部门视图 - updateDeptView(bolistN, bolistC, bolistS,param); + //updateDeptView(bolistN, bolistC, bolistS,param); } @@ -327,8 +327,6 @@ public class PublishExecuteListenerInterfaceImpl extends ExecuteListener impleme DBSql.update("UPDATE APP_ACT_COE_PAL_REPOSITORY SET EXT5='0' WHERE ID='"+fileId+"'"); - - PALRepositoryModel plModel = CoeProcessLevelDaoFacotory.createCoeProcessLevel().getInstance(fileId); DesignerShapeRelationModel designerShapeRelationModel=new DesignerShapeRelationModel();