定时同步组织代码

This commit is contained in:
zhal 2022-07-05 21:12:55 +08:00
parent 227e2b778e
commit 8dfde64abc
2 changed files with 2 additions and 1 deletions

View File

@ -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);
}

View File

@ -28,6 +28,7 @@ import java.util.*;
/**
*
* 同步部门岗位数据
*/
public class SynchronousOrgJob implements IJob {