mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-27 14:35:11 +08:00
计算站点日报, 实付金额大于0小于结算金额, 按照实付金额汇总
This commit is contained in:
@@ -248,6 +248,11 @@ public class OrderListVO {
|
||||
@Excel(name = "结算金额")
|
||||
private String settleAmount;
|
||||
|
||||
/**
|
||||
* 实收金额
|
||||
*/
|
||||
private BigDecimal actualReceivedAmount;
|
||||
|
||||
/**
|
||||
* 交易服务费/通道手续费
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user