20200422-lc-1

增加教师管理功能
This commit is contained in:
sk1551 2020-04-22 16:23:48 +08:00
parent cf20c0d85b
commit 024f4b5617
2 changed files with 108 additions and 113 deletions

View File

@ -63,7 +63,6 @@ public class CommonController
log.error("下载文件失败", e);
}
}
/**
* 通用上传请求
*/

View File

@ -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));
}
/**
* 新增幼儿园机构
*/