|
|
@ -183,6 +183,7 @@ public class LoanCapitalCreditResultService extends MybatisBaseService<LoanCapit |
|
|
|
if (StringUtils.isNotBlank(query.getCapCarefulResult())) { |
|
|
|
qw.like("lr.capCarefulResult", query.getCapCarefulResult()); |
|
|
|
} |
|
|
|
qw.groupBy("lr.sid"); |
|
|
|
qw.orderByDesc("lr.createTime"); |
|
|
|
IPage<LoanCapitalCreditResult> page = PagerUtil.queryToPage(pq); |
|
|
|
IPage<LoanCapitalCreditResultVo> pagging = baseMapper.selectPageVo(page, qw); |
|
|
|