统计字段
This commit is contained in:
@@ -67,9 +67,13 @@ public class FinanceStsDTO {
|
|||||||
private BigDecimal alipay;
|
private BigDecimal alipay;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 主扫收款
|
* 二维码收款
|
||||||
*/
|
*/
|
||||||
private BigDecimal selfScan;
|
private BigDecimal selfScan;
|
||||||
|
/**
|
||||||
|
* 扫码收款
|
||||||
|
*/
|
||||||
|
private BigDecimal barScan;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 现金收款
|
* 现金收款
|
||||||
|
|||||||
@@ -40,6 +40,7 @@ public class FinanceStsServiceImpl implements FinanceStsService {
|
|||||||
.setWechat(statistic.getWechatPayAmount())
|
.setWechat(statistic.getWechatPayAmount())
|
||||||
.setAlipay(statistic.getAlipayPayAmount())
|
.setAlipay(statistic.getAlipayPayAmount())
|
||||||
.setSelfScan(statistic.getMainScanPayAmount())
|
.setSelfScan(statistic.getMainScanPayAmount())
|
||||||
|
.setBarScan(statistic.getBackScanPayAmount())
|
||||||
.setCash(statistic.getCashPayAmount())
|
.setCash(statistic.getCashPayAmount())
|
||||||
.setRecharge(statistic.getRechargeAmount())
|
.setRecharge(statistic.getRechargeAmount())
|
||||||
.setOwed(statistic.getCreditPayAmount())
|
.setOwed(statistic.getCreditPayAmount())
|
||||||
|
|||||||
Reference in New Issue
Block a user