From dce7059a0298317297e72ee84838e58b7fc5a631 Mon Sep 17 00:00:00 2001 From: Mr-wang Date: Fri, 3 Nov 2023 11:29:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9D=83=E9=99=90=E9=98=85=E8=A7=88=E5=AF=BC?= =?UTF-8?q?=E5=85=A5=E4=BA=8B=E4=BB=B6=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../coe/pal/publisher/event/DataWindowImportBeforeEvent.java | 1 + 1 file changed, 1 insertion(+) diff --git a/com.actionsoft.apps.coe.pal.publisher/src/com/actionsoft/apps/coe/pal/publisher/event/DataWindowImportBeforeEvent.java b/com.actionsoft.apps.coe.pal.publisher/src/com/actionsoft/apps/coe/pal/publisher/event/DataWindowImportBeforeEvent.java index 392fafca..52b7ec12 100644 --- a/com.actionsoft.apps.coe.pal.publisher/src/com/actionsoft/apps/coe/pal/publisher/event/DataWindowImportBeforeEvent.java +++ b/com.actionsoft.apps.coe.pal.publisher/src/com/actionsoft/apps/coe/pal/publisher/event/DataWindowImportBeforeEvent.java @@ -23,6 +23,7 @@ public class DataWindowImportBeforeEvent extends DataWindowBeforeImport { mapNameSToIds(bo, orgPerm, 0); mapNameSToIds(bo, postPerm, 1); + importModel.setBo(bo); } return false;