|
|
|
@@ -2107,7 +2107,8 @@ public class WxOrderServiceImpl implements WxOrderService { |
|
|
|
logger.error("下订单错误:" + e.getMessage(),e); |
|
|
|
throw new MallinkException(ErrorCode.ORDER_SAVE_ERR.getCode(),"["+coupon.getTitle()+"]保存订单错误."+e.getMessage()); |
|
|
|
} |
|
|
|
|
|
|
|
Integer aaa = null; |
|
|
|
System.out.println(aaa.intValue()); |
|
|
|
// 5. 创建couponOrder |
|
|
|
try { |
|
|
|
proxy.createCouponOrder(record, user, coupon, couponPasswordId,payWay,null,null); |
|
|
|
|