提交 9cd36ca9 编写于 作者:  Peijun.zhao's avatar Peijun.zhao

Merge branch 'yizhixing-20200623' into 'release'

Yizhixing 20200623

reviewCode赵培军

See merge request !34
流水线 #27112 已失败 于阶段
in 1 second
...@@ -398,6 +398,7 @@ public class LoginServiceImpl implements LoginService { ...@@ -398,6 +398,7 @@ public class LoginServiceImpl implements LoginService {
logger.info("loginByWeChat: 获取微信用户信息:{}",JSONObject.toJSONString(weChatUserInfoEntity)); logger.info("loginByWeChat: 获取微信用户信息:{}",JSONObject.toJSONString(weChatUserInfoEntity));
String unionId = weChatUserInfoEntity.getUnionid(); String unionId = weChatUserInfoEntity.getUnionid();
AccountUnionEntity accountUnionEntity = accountUnionMapper.selectByUnionId(unionId); AccountUnionEntity accountUnionEntity = accountUnionMapper.selectByUnionId(unionId);
logger.info("loginByWeChat accountUnionEntity:{}",JSONObject.toJSONString(accountUnionEntity));
//是否绑定逻辑的判断 //是否绑定逻辑的判断
if (accountUnionEntity != null) { if (accountUnionEntity != null) {
Long acctId = accountUnionEntity.getAcctId(); Long acctId = accountUnionEntity.getAcctId();
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册