新版仿ok交易所-后端
1
zj
2026-02-03 c7c4c4eec809cfd5e399edab50fae9bf68681585
trading-order-admin/src/main/java/com/yami/trading/api/controller/ApiBankCardController.java
@@ -470,7 +470,7 @@
        order.setRemark(remark);
        // 用户不能取消提现
        if (SecurityUtils.getUser().getUserId().equals(order.getPartyId())) {
            if ("withdraw".equals(order.getDirection())) {
            if ("sell".equals(order.getDirection())) {
                throw new YamiShopBindException("用户不能取消提现");
            }
            this.c2cOrderService.saveOrderCancel(order, "user");