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");