新版仿ok交易所-后端
zyy
2026-02-06 2948af6d6886466a46fd728a5226d5e636fb742f
trading-order-admin/src/main/java/com/yami/trading/api/controller/ApiC2cOrderController.java
@@ -385,7 +385,9 @@
                throw new BusinessException("待付款的订单无法放行");
            }
            if ("3".equals(order.getState())) {
                throw new BusinessException("订单已完成,无法放行");
                resultObject.setCode(0);
                return resultObject;
                //throw new BusinessException("订单已完成,无法放行");
            }
            if ("4".equals(order.getState())) {
                throw new BusinessException("订单已取消,无法放行");