押金抵扣时在订单中保存押金订单号

This commit is contained in:
邱贞招 2025-02-26 09:52:17 +08:00
parent 07c385ab3d
commit 250076a990

View File

@ -647,7 +647,8 @@ public class EtOrderServiceImpl implements IEtOrderService
order1.setPayType(ServiceConstants.PAY_TYPE_YJ);
order1.setMark(mark);
order1.setDepositDeduction(ServiceConstants.IS_DEPOSIT_DEDUCTION);
ChannelVO channelVO = etChannelService.selectSmChannelByChannelId(order.getPayChannel());
order1.setDepositOrderNo(depositOrder.getOrderNo());
ChannelVO channelVO = etChannelService.selectSmChannelByChannelId(depositOrder.getPayChannel());
order1.setCost(getCost(channelVO,ridingFee));
int updateEtOrder = etOrderMapper.updateEtOrder(order1);
if(updateEtOrder == 0){