|
|
|
@@ -145,7 +145,7 @@ public class WxAgileContractServiceImpl implements WxAgileContractService { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
Map<Long,WxContractCustomers> customersMap = getContractCustomersMap(record,customersIdList); |
|
|
|
Map<Long,WxContractCustomers> customersMap = getContractCustomersMap(rentContract,customersIdList); |
|
|
|
|
|
|
|
for (int i = 0 ; i < pageInfo.getList().size(); i ++ ) { |
|
|
|
WxRentContract contract = pageInfo.getList().get(i); |
|
|
|
|