新版仿ok交易所-后端
peter
2025-09-22 4dede9bdf43c2e4fa84bd5bfc538e3a4b39c1b30
trading-order-admin/src/main/java/com/yami/trading/api/service/impl/UserCacheServiceImpl.java
@@ -38,7 +38,7 @@
        String userId = SecurityUtils.getUser().getUserId();
        User user = userService.getById(userId);
        if (!user.isEnabled()) {
            throw new YamiShopBindException("用户已锁定");
            throw new YamiShopBindException("User is locked");
        }
        return user;
    }