Commit d0bd5ee05c64c2f521d553285253b82ad1b61a5d

Authored by yeqianyong
1 parent 22cd48f8

楚江ERP-角色编号修改,综合内勤即办事处内勤

... ... @@ -364,7 +364,7 @@ public class CustomerDevelopPlanServiceImpl extends BaseMpServiceImpl<CustomerDe
364 364
365 365 List<String> roleCodeList = new ArrayList<>();
366 366 // 综合内勤
367   - roleCodeList.add("zhnq");
  367 + roleCodeList.add("bscnq");
368 368 // 办事处经理
369 369 roleCodeList.add("bscjl");
370 370 List<String> userIds = sysUserRoleService.listUserIdByRoleCodes(roleCodeList, userId);
... ...