From 3d45f7bf5eb6100a41e8fef060646b2cd33408c4 Mon Sep 17 00:00:00 2001 From: zhaol <15900249928@163.com> Date: Sat, 25 Jan 2025 20:14:57 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9D=83=E9=99=90=E9=98=85=E8=A7=88=E4=BB=A3?= =?UTF-8?q?=E7=A0=81=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../publisher/event/PublishExecuteListenerInterfaceImpl.java | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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();