统计字段

This commit is contained in:
2026-02-04 15:03:33 +08:00
parent ee78543ab8
commit bb7ca6d05b
2 changed files with 6 additions and 1 deletions

View File

@@ -40,6 +40,7 @@ public class FinanceStsServiceImpl implements FinanceStsService {
.setWechat(statistic.getWechatPayAmount())
.setAlipay(statistic.getAlipayPayAmount())
.setSelfScan(statistic.getMainScanPayAmount())
.setBarScan(statistic.getBackScanPayAmount())
.setCash(statistic.getCashPayAmount())
.setRecharge(statistic.getRechargeAmount())
.setOwed(statistic.getCreditPayAmount())