|
@@ -313,16 +313,4 @@ public class SysController {
|
|
|
List<MenuDto> list = sysUserRoleService.listByUserId();
|
|
|
return ResultUtil.ok(list);
|
|
|
}
|
|
|
-
|
|
|
- /**
|
|
|
- * 学校查询
|
|
|
- *
|
|
|
- * @return
|
|
|
- */
|
|
|
- @ApiOperation(value = "查询")
|
|
|
- @RequestMapping(value = "/school/list", method = RequestMethod.POST)
|
|
|
- public Result list() {
|
|
|
- List<SchoolDto> list = basicSchoolService.listSchool();
|
|
|
- return ResultUtil.ok(list);
|
|
|
- }
|
|
|
}
|