|
@@ -188,6 +188,8 @@ public class PayInvoiceParamServiceImpl implements PayInvoiceParamService {
|
|
|
List<PayInvoiceParam> payInvoiceParams = payInvoiceParamMapper.findList(queryparam, siteId, customerId);
|
|
|
if (payInvoiceParams.size() == 0) {
|
|
|
batchInsert();
|
|
|
+ //分页
|
|
|
+ PageHelper.startPage(pageNum,pageSize);
|
|
|
payInvoiceParams = payInvoiceParamMapper.findList(queryparam, siteId, customerId);
|
|
|
}
|
|
|
return new Pagination<>(payInvoiceParams);
|