Commit b12b3d4b authored by 董建华's avatar 董建华

去掉清洗调用方法

parent ab13fd04
...@@ -1502,7 +1502,7 @@ public class InnerController implements IBaseController { ...@@ -1502,7 +1502,7 @@ public class InnerController implements IBaseController {
return JsonResult.buildSuccessResult("用户禁用微信成功", affectedRows); return JsonResult.buildSuccessResult("用户禁用微信成功", affectedRows);
} }
@RequestMapping("/clean") // @RequestMapping("/clean")
public JsonResult clean(){ public JsonResult clean(){
cleanDataService.cleanData(); cleanDataService.cleanData();
return JsonResult.buildSuccessResult("已经开始清洗"); return JsonResult.buildSuccessResult("已经开始清洗");
......
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