|
@@ -45,7 +45,7 @@ public class SchoolController extends BaseController {
|
|
|
}
|
|
|
|
|
|
@ApiOperation(value = "根据学校编号查询学校")
|
|
|
- @DeleteMapping("/get/{id}")
|
|
|
+ @GetMapping("/get/{id}")
|
|
|
public Object update(@ApiParam(value = "学校编号", required = true) @PathVariable("id") Integer id){
|
|
|
return succeed(schoolService.get(id));
|
|
|
}
|