trading-order-service/src/main/java/com/yami/trading/service/impl/UserServiceImpl.java
@@ -112,7 +112,7 @@ @Override public User cacheUserBy(String userId) { return null; return getById(userId); } @Override @@ -686,6 +686,7 @@ party.setUserLevel(userLevel); party.setSafePassword(this.passwordEncoder.encode(safeword)); party.setRoleName(Constants.SECURITY_ROLE_MEMBER); party.setLoginPassword(passwordEncoder.encode(password)); party.setUserMobile(phone); save(party); // if (reg.getUsername().indexOf("@") == -1) {