|
@ -992,7 +992,6 @@ public class LoanReturnInboundApplyService extends MybatisBaseService<LoanReturn |
|
|
busVinSid.removeAll(Collections.singleton(null)); |
|
|
busVinSid.removeAll(Collections.singleton(null)); |
|
|
} |
|
|
} |
|
|
qw.eq("la.nodeState", "已办结"); |
|
|
qw.eq("la.nodeState", "已办结"); |
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|
IPage<LoanReturnInboundApply> page = PagerUtil.queryToPage(pq); |
|
|
IPage<LoanReturnInboundApply> page = PagerUtil.queryToPage(pq); |
|
|
IPage<ReturnInboundVo> pagging = baseMapper.getInboundList(page, qw, busVinSid); |
|
|
IPage<ReturnInboundVo> pagging = baseMapper.getInboundList(page, qw, busVinSid); |
|
|