Commit 8fd91ae6 by 徐高华

区间删导购

parent 128df5d5
...@@ -533,7 +533,7 @@ public class WxStaffController extends WebBaseController { ...@@ -533,7 +533,7 @@ public class WxStaffController extends WebBaseController {
// 删除店员 // 删除店员
@HttpLimit @HttpLimit
@RequestMapping("/staff-del") @RequestMapping("/staff-del")
public HaobanResponse staffDel(String wxEnterpriseId, String storeId1, String clerkIds, String staffId) { public HaobanResponse staffDel(String wxEnterpriseId, String storeId, String clerkIds, String staffId) {
if (StringUtils.isAnyBlank(clerkIds)) { if (StringUtils.isAnyBlank(clerkIds)) {
return resultResponse(HaoBanErrCode.ERR_2); return resultResponse(HaoBanErrCode.ERR_2);
} }
......
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