20200422-lc-1
增加教师管理功能
This commit is contained in:
@ -63,7 +63,6 @@ public class CommonController
|
|||||||
log.error("下载文件失败", e);
|
log.error("下载文件失败", e);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 通用上传请求
|
* 通用上传请求
|
||||||
*/
|
*/
|
||||||
|
@ -49,8 +49,6 @@ public class BySchoolController extends BaseController
|
|||||||
@Autowired
|
@Autowired
|
||||||
private ISysDeptService deptService;
|
private ISysDeptService deptService;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 查询幼儿园机构列表
|
* 查询幼儿园机构列表
|
||||||
*/
|
*/
|
||||||
@ -86,8 +84,6 @@ public class BySchoolController extends BaseController
|
|||||||
return AjaxResult.success(bySchoolService.selectBySchoolById(id));
|
return AjaxResult.success(bySchoolService.selectBySchoolById(id));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 新增幼儿园机构
|
* 新增幼儿园机构
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user