|
|
|
@@ -2499,7 +2499,7 @@ public class WxRentContractServiceImpl implements WxRentContractService { |
|
|
|
|
|
|
|
@Override |
|
|
|
public Map<Long, WxRentContract> selectRentContractByShopIds(Collection<Long> shopIds, String shopIdsRegexp, TenantEntity tenantEntity) { |
|
|
|
List<WxRentContract> list = wxRentContractMapper.selectRentContractByShopIds(shopIds, shopIdsRegexp, tenantEntity.getTenantId()); |
|
|
|
List<WxRentContract> list = wxRentContractMapper.selectRentContractByShopIds(shopIds, shopIdsRegexp, tenantEntity.getTenantId(), tenantEntity.getSubTenantId()); |
|
|
|
List<String> shopIdArr = Arrays.asList(StringUtils.split(shopIdsRegexp,"|")) ; |
|
|
|
Map<Long, WxRentContract> allShopContract = new HashMap<>(); |
|
|
|
for (WxRentContract wxRentContract : list) { |
|
|
|
|