|
|
@@ -416,6 +416,7 @@ public class WxCUserBasicInfoServiceImpl implements WxCUserBasicInfoService,IExc |
|
|
|
|
|
|
|
|
private WxCUserBasicInfoDto filtersToDto(TenantEntity tenantEntity, List<WxCUserBasicInfoFilterDto> filterList){ |
|
|
private WxCUserBasicInfoDto filtersToDto(TenantEntity tenantEntity, List<WxCUserBasicInfoFilterDto> filterList){ |
|
|
WxCUserBasicInfoDto dto = new WxCUserBasicInfoDto(); |
|
|
WxCUserBasicInfoDto dto = new WxCUserBasicInfoDto(); |
|
|
|
|
|
dto.updateTenantInfo(tenantEntity); |
|
|
List<Long> tagIdList = new ArrayList<>(); |
|
|
List<Long> tagIdList = new ArrayList<>(); |
|
|
|
|
|
|
|
|
filterList.stream().forEach(f->{ |
|
|
filterList.stream().forEach(f->{ |
|
|
|