|
|
@ -194,7 +194,7 @@ public class LoanFileexamineService extends MybatisBaseService<LoanFileexamineMa |
|
|
|
IPage<LoanFileexamine> page = PagerUtil.queryToPage(pq); |
|
|
|
IPage<LoanFileexamineVo> pagging = baseMapper.selectPageVo(page, qw); |
|
|
|
List<LoanFileexamineVo> records = pagging.getRecords(); |
|
|
|
if (records != null && records.size() > 0){ |
|
|
|
if (records != null || records.size() > 0){ |
|
|
|
for (LoanFileexamineVo record : records) { |
|
|
|
List<BusSalesOrderVehicle> busSalesOrderVehicles = busSalesOrderVehicleFeign.selectListByOrderSidAndXdConSid(record.getSaleOrderSid(), record.getLoanContractSid()).getData(); |
|
|
|
String vinNos = ""; |
|
|
|