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