同步专业数据
This commit is contained in:
@@ -34,4 +34,11 @@ public class SyncDataController extends BaseController {
|
||||
iCphTeacherService.Usertb();
|
||||
return success();
|
||||
}
|
||||
//专业
|
||||
@RequestMapping("/getSpecialtyInfoList")
|
||||
public TableDataInfo getSpecialtyInfoList(){
|
||||
startPage();
|
||||
List<Map> list=syncDataService.getSpecialtyInfoList();
|
||||
return getDataTable(list);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user