Commit 5fed9a2c authored by hezhen's avatar hezhen

修改微信登录

parent b399846c
......@@ -118,7 +118,7 @@ public class AppUserLoginBiz extends BaseBiz<AppUserLoginMapper, AppUserLogin> {
if(isQQ==1){
example.createCriteria().andEqualTo("openid", openid).andEqualTo("isdel", 0);
}else {
example.createCriteria().andEqualTo("wx_openid", openid).andEqualTo("isdel", 0);
example.createCriteria().andEqualTo("wxOpenid", openid).andEqualTo("isdel", 0);
}
List<AppUserLogin> userLoginList = mapper.selectByExample(example);
if (userLoginList != null && userLoginList.size() != 0) {
......
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