|
|
@ -1168,6 +1168,9 @@ public class FinCollectionConfirmationService extends MybatisBaseService<FinColl |
|
|
|
if (vinNoList.size() > 0) { |
|
|
|
qw.notIn("VIN", vinNoList); |
|
|
|
} |
|
|
|
if(StringUtils.isNotBlank(pagerQuery.getParams().getPurchaseSystemSid())){ |
|
|
|
qw.eq("purchaseSystemSid",pagerQuery.getParams().getPurchaseSystemSid()); |
|
|
|
} |
|
|
|
IPage<AppFinUncollectedReceivablesDetailedVo> collectionConfirmList = finSelectedReceivablesDetailedService.getPaymentDetailsList(page, qw, params.getName()); |
|
|
|
List<AppFinUncollectedReceivablesDetailedVo> records = collectionConfirmList.getRecords(); |
|
|
|
for (AppFinUncollectedReceivablesDetailedVo record : records) { |
|
|
|