定时同步组织代码
This commit is contained in:
parent
227e2b778e
commit
8dfde64abc
@ -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);
|
||||
}
|
||||
|
||||
|
||||
@ -28,6 +28,7 @@ import java.util.*;
|
||||
|
||||
|
||||
/**
|
||||
*
|
||||
* 同步部门、岗位数据
|
||||
*/
|
||||
public class SynchronousOrgJob implements IJob {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user