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

Commit 18795f77 authored by 胡佳晨's avatar 胡佳晨

Merge remote-tracking branch 'origin/dev_goblin' into dev_goblin

parents 64d95650 c66d55e8
...@@ -79,7 +79,7 @@ public class GoblinFrontBannerController extends BaseController { ...@@ -79,7 +79,7 @@ public class GoblinFrontBannerController extends BaseController {
logger.info("修改banner{}", JSON.toJSONString(list)); logger.info("修改banner{}", JSON.toJSONString(list));
boolean result=goblinFrontBannerService.update(goblinFrontBannerList); boolean result=goblinFrontBannerService.update(goblinFrontBannerList);
if (result ) { if (result ) {
return success("操作成功"); return AjaxResult.success("操作成功", "1");
} else { } else {
return error("操作失败"); return error("操作失败");
} }
......
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