|
@@ -194,7 +194,6 @@ public class SysUserRoleServiceImpl extends ServiceImpl<SysUserRoleMapper, SysUs
|
|
List<Long> sysRoleOtherList = new ArrayList<>();
|
|
List<Long> sysRoleOtherList = new ArrayList<>();
|
|
for (SysRole s : sysRoleList) {
|
|
for (SysRole s : sysRoleList) {
|
|
if (s.getType() == RoleTypeEnum.BUSSINESS) {
|
|
if (s.getType() == RoleTypeEnum.BUSSINESS) {
|
|
- CrmProjectResult crmProjectResult = tbCrmService.findCrmProjectBySopNoOrCrmNo(sopNo, null);
|
|
|
|
List<TBService> tbServiceList = tbServiceService.listByIds(Arrays.asList(serviceId));
|
|
List<TBService> tbServiceList = tbServiceService.listByIds(Arrays.asList(serviceId));
|
|
if (!CollectionUtils.isEmpty(tbServiceList)) {
|
|
if (!CollectionUtils.isEmpty(tbServiceList)) {
|
|
List<String> serviceLeadIdList = new ArrayList<>();
|
|
List<String> serviceLeadIdList = new ArrayList<>();
|