|
|
|
@@ -316,7 +316,6 @@ public class WxOrderController extends BaseController { |
|
|
|
return new ResultData(ErrorCode.SYS_PARAMETER_NOT_NULL.getCode(), "订单ID转换异常"); |
|
|
|
} |
|
|
|
wxOrder.setId(id); |
|
|
|
wxOrder.setcUserId(getUser().getId()); |
|
|
|
final WxOrderCouponPressVo orderCouponPressVo = wxOrderService.detailPressVo(wxOrder); |
|
|
|
if (orderCouponPressVo == null) |
|
|
|
return new ResultData(ErrorCode.ORDER_IS_NOT_FIND); |
|
|
|
|