Commit 8822cf75 by 徐康

合代码

parent 5f636648
......@@ -3651,7 +3651,7 @@ public class OrderServiceImpl implements Orderservice {
return ResponseUtil.error(ResponseResult.COUPON_ORDER_VERIFY_FAIL.getCode(), "只可操作卖券订单");
}
// 校验订单状态 卖券订单只有在6已完成状态下 才能退款
if (orderBean.getStatus().compareTo(OrderStatusV1.COMPLETE.getV1Code()) != 0) {
if (orderBean.getStatus().compareTo(OrderStatusV1.COMPLETE.getCode()) != 0) {
return ResponseUtil.error(ResponseResult.COUPON_ORDER_VERIFY_FAIL.getCode(), "只可操作完成的订单");
}
// 校验一遍是否有售后单
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment