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 {