Commit 33f954c1 by 墨竹

fix:导购编辑放开

parent 537f2d6a
...@@ -318,7 +318,6 @@ public class HaobanRoleApiServiceImpl implements HaobanRoleApiService { ...@@ -318,7 +318,6 @@ public class HaobanRoleApiServiceImpl implements HaobanRoleApiService {
} }
if (handoverFlag) { if (handoverFlag) {
menuCodes.add("customerList_inheritCustomer"); menuCodes.add("customerList_inheritCustomer");
} }
ywMenuCodes.add("customerList_allSearch"); ywMenuCodes.add("customerList_allSearch");
ywMenuCodes.add("customerList_inheritCustomer"); ywMenuCodes.add("customerList_inheritCustomer");
...@@ -369,6 +368,7 @@ public class HaobanRoleApiServiceImpl implements HaobanRoleApiService { ...@@ -369,6 +368,7 @@ public class HaobanRoleApiServiceImpl implements HaobanRoleApiService {
haobanRoleSystemQDTO.setSystemFlag(0); haobanRoleSystemQDTO.setSystemFlag(0);
if (RoleClerkTypeEnum.CLERK.getCode().equals(clerkType)) { if (RoleClerkTypeEnum.CLERK.getCode().equals(clerkType)) {
ywMenuCodes.add("storeClerkList_edit");
//导购 //导购
//初始化我的 //初始化我的
List<String> userCenter = haobanMenuService.getHaobanMenuByPid(Collections.singletonList("userCenter")); List<String> userCenter = haobanMenuService.getHaobanMenuByPid(Collections.singletonList("userCenter"));
......
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