中间表教职工表状态是非在职或返聘的职工禁止登录学工系统
This commit is contained in:
@@ -152,15 +152,6 @@ public class CphSqlServerDataController extends BaseController {
|
||||
return success(list);
|
||||
}
|
||||
|
||||
// //同步辅导员
|
||||
// @RequestMapping("/synchronousEmployEEInfoList")
|
||||
// public AjaxResult synchronousEmployEEInfoList(){
|
||||
// //startPage();
|
||||
// List<Map> list=sqlServerDataService.getEmployEEInfoList();
|
||||
// iCphTeacherService.sqlserverSynchronousMYSQL(list);//同步辅导员
|
||||
// iCphTeacherService.Usertb();
|
||||
// return success();
|
||||
// }
|
||||
//同步教职工
|
||||
@RequestMapping("/synchronousEmployEEInfoList")
|
||||
public AjaxResult synchronousEmployEEInfoList(){
|
||||
|
||||
@@ -31,7 +31,7 @@ public class SyncDataController extends BaseController {
|
||||
public AjaxResult synchronousEmployEEInfoList(){
|
||||
List<Map> list=syncDataService.getEmployEEInfoList();
|
||||
iCphTeacherService.sqlserverSynchronousMYSQL(list);//同步教职工
|
||||
//iCphTeacherService.Usertb();
|
||||
iCphTeacherService.Usertb();
|
||||
return success();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user