新版仿ok交易所-后端
c2c
zyy
2026-01-30 fd0c783628ff8c35a514dbf88d4fe00d9501c652
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");