1
zj
2025-07-17 7a9533c3d1bbf7342227284ea25df95b40d7cf77
trading-order-service/src/main/java/com/yami/trading/service/impl/UserServiceImpl.java
@@ -1277,7 +1277,7 @@
                throw new YamiShopBindException("账号已存在!");
            }
            if (!isValidUsername(userName)) {
                throw new YamiShopBindException("用户名不合法!");
                throw new YamiShopBindException("用户名不合法 数字+字母");
            }
            user = new User();
            user.setUserName(userName);