新版仿ok交易所-后端
1
zj
2026-02-02 95148261c39f46e4a6f25d4f7b900f60cdcff3b0
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");