押金抵扣时在订单中保存押金订单号
This commit is contained in:
parent
07c385ab3d
commit
250076a990
|
@ -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){
|
||||
|
|
Loading…
Reference in New Issue
Block a user