|
|
@ -207,6 +207,7 @@ public class LoanCreditAppealApplyService extends MybatisBaseService<LoanCreditA |
|
|
|
} |
|
|
|
if (StringUtils.isNotBlank(query.getName())) { |
|
|
|
} |
|
|
|
qw.orderByDesc("lc.createTime"); |
|
|
|
IPage<LoanCreditAppealApply> page = PagerUtil.queryToPage(pq); |
|
|
|
IPage<LoanCreditAppealApplyVo> pagging = baseMapper.selectPageVo(page, qw); |
|
|
|
for (LoanCreditAppealApplyVo record : pagging.getRecords()) { |
|
|
|