重新同步教职工数据修改

This commit is contained in:
2025-12-24 12:57:23 +08:00
parent f328cf9109
commit 594c88924d
4 changed files with 56 additions and 8 deletions

View File

@@ -17,9 +17,9 @@ import java.util.Map;
@RequestMapping("/syncdata")
public class SyncDataController extends BaseController {
@Autowired
private SyncDataService syncDataService;
SyncDataService syncDataService;
@Autowired
private ICphTeacherService iCphTeacherService;
ICphTeacherService iCphTeacherService;
@RequestMapping("/getEmployEEInfoList")
public TableDataInfo getEmployEEInfoList(){
startPage();