|
|
|
@@ -341,6 +341,11 @@ public class WxOrderServiceImpl implements WxOrderService { |
|
|
|
payment = coupon.getPrice(); |
|
|
|
} |
|
|
|
|
|
|
|
if (orderGroupId == null) { |
|
|
|
// 拼团券 初始是全价即面额 |
|
|
|
payment = coupon.getPrice(); |
|
|
|
} |
|
|
|
|
|
|
|
final IdWorker idWorker = IdWorker.get(); |
|
|
|
Long orderNumber = idWorker.nextId(); |
|
|
|
|
|
|
|
@@ -370,6 +375,7 @@ public class WxOrderServiceImpl implements WxOrderService { |
|
|
|
record.setCreateDate(curr); |
|
|
|
record.setUpdateDate(curr); |
|
|
|
record.setOrderGroupId(orderGroupId); |
|
|
|
|
|
|
|
if (isPress) { |
|
|
|
// 初始砍价信息 |
|
|
|
record.setPressCurrentNum(0); |
|
|
|
|