|
|
@@ -4026,6 +4026,9 @@ public class OrderDonServiceImpl extends ServiceImpl<OrderDonMapper, OrderDon> i
|
|
|
orderDon.setSource(orderPayRequest.getSource());
|
|
|
orderDon.setCouponExCode(orderPayRequest.getCouponExCode());
|
|
|
|
|
|
+ String customId = orderPayRequest.getCustomId();
|
|
|
+ Long yhsId = yhShopFrontService.checkShopCustomIdAndReturnShopId(customId);
|
|
|
+ orderDon.setYhsId(yhsId);
|
|
|
if (orderDon.getYhsId() == 0) {
|
|
|
//虚拟商品订单,是否是分销订单
|
|
|
setDistributeOrderMark(orderDon, goodsDon.getType(), user.getId());
|