记得上下班打卡 | git大法好,push需谨慎

Commit 692e1a91 authored by sunyuntian's avatar sunyuntian

exit

parent 79cbab1e
...@@ -51,7 +51,7 @@ public class SmileSchoolController { ...@@ -51,7 +51,7 @@ public class SmileSchoolController {
} }
@PostMapping("updateById") @PostMapping("updateById")
@ApiOperation("新建学校") @ApiOperation("更具id修改学校")
@ResponseBody @ResponseBody
public AjaxResult updateById(@RequestBody SmileSchool smileSchool){ public AjaxResult updateById(@RequestBody SmileSchool smileSchool){
if (iSmileSchoolService.updateById(smileSchool)){ if (iSmileSchoolService.updateById(smileSchool)){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment