mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-05-14 15:00:14 +08:00
update
This commit is contained in:
@@ -1460,7 +1460,7 @@ public class OrderBasicInfoServiceImpl implements IOrderBasicInfoService {
|
|||||||
JSONObject jsonObject = JSON.parseObject(confirm.getDescription());
|
JSONObject jsonObject = JSON.parseObject(confirm.getDescription());
|
||||||
if (StringUtils.equals(jsonObject.getString("orderCode"), orderCode)) {
|
if (StringUtils.equals(jsonObject.getString("orderCode"), orderCode)) {
|
||||||
// 订单号对的上,累计分账金额
|
// 订单号对的上,累计分账金额
|
||||||
BigDecimal amount = new BigDecimal(confirm.getConfirmedAmt());
|
BigDecimal amount = new BigDecimal(confirm.getConfirmAmt());
|
||||||
confirmAmt = confirmAmt.add(amount);
|
confirmAmt = confirmAmt.add(amount);
|
||||||
feeAmt = feeAmt.add(new BigDecimal(confirm.getFeeAmt()));
|
feeAmt = feeAmt.add(new BigDecimal(confirm.getFeeAmt()));
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user