|
|
|
@@ -843,6 +843,7 @@ public class WxOrderServiceImpl implements WxOrderService { |
|
|
|
if (coupon.getType().equals(EnumCouponType.CARD_MULTIMCH.getCode())) { |
|
|
|
isCard = true; |
|
|
|
} |
|
|
|
// TODO Stormeye 检查是否已经生成券, 微信回调并发问题 |
|
|
|
final IdWorker idWorker = IdWorker.get(); |
|
|
|
|
|
|
|
WxCouponOrder couponOrder = new WxCouponOrder(); |
|
|
|
|