Showing
1 changed file
with
1 additions
and
1 deletions
xingyun-sc/src/main/java/com/lframework/xingyun/sc/impl/customer/CustomerDevelopPlanServiceImpl.java
| @@ -364,7 +364,7 @@ public class CustomerDevelopPlanServiceImpl extends BaseMpServiceImpl<CustomerDe | @@ -364,7 +364,7 @@ public class CustomerDevelopPlanServiceImpl extends BaseMpServiceImpl<CustomerDe | ||
| 364 | 364 | ||
| 365 | List<String> roleCodeList = new ArrayList<>(); | 365 | List<String> roleCodeList = new ArrayList<>(); |
| 366 | // 综合内勤 | 366 | // 综合内勤 |
| 367 | - roleCodeList.add("zhnq"); | 367 | + roleCodeList.add("bscnq"); |
| 368 | // 办事处经理 | 368 | // 办事处经理 |
| 369 | roleCodeList.add("bscjl"); | 369 | roleCodeList.add("bscjl"); |
| 370 | List<String> userIds = sysUserRoleService.listUserIdByRoleCodes(roleCodeList, userId); | 370 | List<String> userIds = sysUserRoleService.listUserIdByRoleCodes(roleCodeList, userId); |