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