|
|
@@ -38,7 +38,7 @@ public class SchoolInfoController {
|
|
|
*/
|
|
|
@RequestMapping("/info/{id}")
|
|
|
@RequiresPermissions("qmgj:school:info")
|
|
|
- public R info(@PathVariable("id") Long id){
|
|
|
+ public R info(@PathVariable("id") String id){
|
|
|
SchoolInfoEntity schoolInfo = schoolInfoService.queryById(id);
|
|
|
return R.ok().put("schoolInfo", schoolInfo);
|
|
|
}
|