统计字段
This commit is contained in:
@@ -67,9 +67,13 @@ public class FinanceStsDTO {
|
||||
private BigDecimal alipay;
|
||||
|
||||
/**
|
||||
* 主扫收款
|
||||
* 二维码收款
|
||||
*/
|
||||
private BigDecimal selfScan;
|
||||
/**
|
||||
* 扫码收款
|
||||
*/
|
||||
private BigDecimal barScan;
|
||||
|
||||
/**
|
||||
* 现金收款
|
||||
|
||||
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user