Commit c47604ed by weisong

fix bug

parent c6d92fbd
...@@ -116,7 +116,7 @@ public class LoginServiceImpl implements LoginService { ...@@ -116,7 +116,7 @@ public class LoginServiceImpl implements LoginService {
return "用户信息不存在"; return "用户信息不存在";
} }
//2.判断密码是否存在 //2.判断密码是否存在
ExpertInfoAppResp expertInfoAppResp = loginServicesClient.getZhuanJiaInfoAppById(expertInfoResp.getBaseGuid()); ExpertInfoAppResp expertInfoAppResp = loginServicesClient.getZhuanJiaInfoAppById(expertInfoResp.getZhuanJiaGuid());
String pwd = Sm2Util.decrypt(loginVO.getPassword()); String pwd = Sm2Util.decrypt(loginVO.getPassword());
if(expertInfoAppResp == null){ if(expertInfoAppResp == null){
//没有记录的话就是新建记录 //没有记录的话就是新建记录
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment