|
@@ -909,6 +909,7 @@ public class LiveOrderController extends AppBaseController
|
|
|
if (order.getStatus() !=0) {
|
|
if (order.getStatus() !=0) {
|
|
|
throw new CustomException("非法操作");
|
|
throw new CustomException("非法操作");
|
|
|
}
|
|
}
|
|
|
|
|
+ order.setCouponUserId(Long.parseLong(getUserId()));
|
|
|
orderService.cancelOrder(order);
|
|
orderService.cancelOrder(order);
|
|
|
|
|
|
|
|
return R.ok("操作成功");
|
|
return R.ok("操作成功");
|