Commit 2b4d6460 by 徐高华

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

Feature/xgh/202504会员分组

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