mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-27 06:25:13 +08:00
订单分账记录表, 添加运营商id, 站点id 字段
This commit is contained in:
@@ -80,6 +80,8 @@ public class OrderSplitRecordServiceImpl implements OrderSplitRecordService {
|
||||
orderSplitRecord.setSettleAmount(settleAmount);
|
||||
orderSplitRecord.setTradeDate(DateUtils.getDate()); // 订单结算日期 yyyy-MM-dd
|
||||
if (orderInfoDetailVO != null) {
|
||||
orderSplitRecord.setMerchantId(orderInfoDetailVO.getMerchantId());
|
||||
orderSplitRecord.setStationId(orderInfoDetailVO.getStationId());
|
||||
orderSplitRecord.setElectricityAmount(orderInfoDetailVO.getTotalElectricityAmount());
|
||||
orderSplitRecord.setServiceAmount(orderInfoDetailVO.getTotalServiceAmount());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user