src/main/java/com/whyc/controller/UserController.java
@@ -159,7 +159,6 @@ String passwordEncrypt = oldPwd; String password = RSAUtil.decryptFront(passwordEncrypt, RSAUtil.fontSeparator)[0]; String passwordDB = RSAUtil.decrypt(userInf.getUpassword(),RSAUtil.getPrivateKey()); if(passwordDB.equals(password)){ return userService.updatePasswordByRSA(userInf,newPwd); }else {