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

Commit 5f4b903e authored by zhengfuxin's avatar zhengfuxin

修改小bug

parent 21301da6
...@@ -70,7 +70,7 @@ public class GoblinFrontNavigationController extends BaseController { ...@@ -70,7 +70,7 @@ public class GoblinFrontNavigationController extends BaseController {
@ResponseBody @ResponseBody
public AjaxResult delete( @RequestBody GoblinFrontNavigation goblinFrontNavigation) { public AjaxResult delete( @RequestBody GoblinFrontNavigation goblinFrontNavigation) {
logger.info("删除金刚位{}", JSON.toJSONString(goblinFrontNavigation)); logger.info("删除金刚位{}", JSON.toJSONString(goblinFrontNavigation));
boolean result=goblinFrontNavigationService.delte(goblinFrontNavigation.getMid()); boolean result=goblinFrontNavigationService.delete(goblinFrontNavigation.getMid());
if (result ) { if (result ) {
return success("操作成功"); return success("操作成功");
} else { } else {
......
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