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

Commit c66d55e8 authored by zhengfuxin's avatar zhengfuxin

按照董春要求,返回数据。

parent 2c359191
...@@ -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