|
@@ -885,7 +885,7 @@ public class SysUserOrderAuthorServiceImpl implements ISysUserOrderAuthorService
|
|
|
log.info("获取非bmd的机构数量:{}", sysDictData.size());
|
|
log.info("获取非bmd的机构数量:{}", sysDictData.size());
|
|
|
List<String> subOfficeName = sysDictData.stream().map(SysDictData::getDictLabel).collect(Collectors.toList());
|
|
List<String> subOfficeName = sysDictData.stream().map(SysDictData::getDictLabel).collect(Collectors.toList());
|
|
|
for (DataMasterCustomerVO customerVO : customerVOSOld){
|
|
for (DataMasterCustomerVO customerVO : customerVOSOld){
|
|
|
- if (subOfficeName.contains(customerVO.getSalesGroupName()) || "SSB".equals(customerVO.getCustomerTypeCode5()) || ("D01".equals(customerVO.getCustomerTypeCode1()) && "否".equals(customerVO.getIsBMDCustomer())) || "D01".equals(customerVO.getCustomerTypeCode1())){
|
|
|
|
|
|
|
+ if (subOfficeName.contains(customerVO.getSalesGroupName()) || "SSB".equals(customerVO.getCustomerTypeCode5()) || ("D01".equals(customerVO.getCustomerTypeCode1()) && "否".equals(customerVO.getIsBMDCustomer())) || "D06".equals(customerVO.getCustomerTypeCode1())){
|
|
|
customerVOS.add(customerVO);
|
|
customerVOS.add(customerVO);
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|