From 8dfde64abc05b20bf566f203e198e55abaaac038 Mon Sep 17 00:00:00 2001 From: zhal <15900249928@163.com> Date: Tue, 5 Jul 2022 21:12:55 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=9A=E6=97=B6=E5=90=8C=E6=AD=A5=E7=BB=84?= =?UTF-8?q?=E7=BB=87=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/com/actionsoft/apps/coe/pal/CoEPALController.java | 2 +- .../apps/coe/pal/pal/repository/job/SynchronousOrgJob.java | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/com.actionsoft.apps.coe.pal/src/com/actionsoft/apps/coe/pal/CoEPALController.java b/com.actionsoft.apps.coe.pal/src/com/actionsoft/apps/coe/pal/CoEPALController.java index 595bf16f..0fe0fd52 100755 --- a/com.actionsoft.apps.coe.pal/src/com/actionsoft/apps/coe/pal/CoEPALController.java +++ b/com.actionsoft.apps.coe.pal/src/com/actionsoft/apps/coe/pal/CoEPALController.java @@ -3000,7 +3000,7 @@ public class CoEPALController { @Mapping("com.actionsoft.apps.coe.pal_repository_process_define_Performance_check") public String definePerformanceCheck(UserContext me,String sid,String obj) { - CoeProcessLevelWeb web = new CoeProcessLevelWeb(me); + CoeProcessLevelWeb web = new CoeProcessLevelWeb(me); return web.definePerformanceCheck(sid,obj); } diff --git a/com.actionsoft.apps.coe.pal/src/com/actionsoft/apps/coe/pal/pal/repository/job/SynchronousOrgJob.java b/com.actionsoft.apps.coe.pal/src/com/actionsoft/apps/coe/pal/pal/repository/job/SynchronousOrgJob.java index cf112e34..30cca792 100644 --- a/com.actionsoft.apps.coe.pal/src/com/actionsoft/apps/coe/pal/pal/repository/job/SynchronousOrgJob.java +++ b/com.actionsoft.apps.coe.pal/src/com/actionsoft/apps/coe/pal/pal/repository/job/SynchronousOrgJob.java @@ -28,6 +28,7 @@ import java.util.*; /** + * * 同步部门、岗位数据 */ public class SynchronousOrgJob implements IJob {