Commit 33c90b0e by 徐高华

Merge branch 'feature/xgh/202504会员分组' into 'master'

删除好办会员分组

See merge request !2848
parents 53450295 d898efbb
...@@ -47,6 +47,8 @@ public class RightController extends WebBaseController { ...@@ -47,6 +47,8 @@ public class RightController extends WebBaseController {
if(StringUtils.isEmpty(clerkId)) { if(StringUtils.isEmpty(clerkId)) {
return resultResponse(HaoBanErrCode.ERR_OTHER, "clerkId为空"); return resultResponse(HaoBanErrCode.ERR_OTHER, "clerkId为空");
} }
// 删除好办会员分组
this.rightService.delHaobanMemberGroupMenu(enterpriseId);
ServiceResponse<List<RightMenuDTO>> resp = this.rightService.getHaobanMenu(enterpriseId, clerkId, login.getWxEnterpriseId()); ServiceResponse<List<RightMenuDTO>> resp = this.rightService.getHaobanMenu(enterpriseId, clerkId, login.getWxEnterpriseId());
if (resp.isSuccess()) { if (resp.isSuccess()) {
return resultResponse(HaoBanErrCode.ERR_1, resp.getResult()); return resultResponse(HaoBanErrCode.ERR_1, resp.getResult());
......
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