|
|
@ -93,6 +93,7 @@ public class FinPaymentrecordService extends MybatisBaseService<FinPaymentrecord |
|
|
|
qw.eq("fp.useOrgSid", resultBean.getData()); |
|
|
|
} |
|
|
|
} |
|
|
|
qw.orderByDesc("fp.payDate"); |
|
|
|
IPage<FinPaymentrecord> page = PagerUtil.queryToPage(pq); |
|
|
|
IPage<FinPaymentrecordVo> pagging = baseMapper.selectPageVo(page, qw); |
|
|
|
PagerVo<FinPaymentrecordVo> p = PagerUtil.pageToVo(pagging, null); |
|
|
|