|
@@ -285,6 +285,7 @@ public class StudentPaymentOrderServiceImpl extends BaseServiceImpl<Long, Studen
|
|
|
|
|
|
List<StudentPaymentOrder> dataList = new ArrayList<>();
|
|
List<StudentPaymentOrder> dataList = new ArrayList<>();
|
|
int count = this.findCount(params);
|
|
int count = this.findCount(params);
|
|
|
|
+
|
|
BigDecimal totalUserBalance = sysUserCashAccountDao.getTotalUserBalance(params);
|
|
BigDecimal totalUserBalance = sysUserCashAccountDao.getTotalUserBalance(params);
|
|
pageInfo.setTotalUserBalance(totalUserBalance);
|
|
pageInfo.setTotalUserBalance(totalUserBalance);
|
|
if (count > 0) {
|
|
if (count > 0) {
|