|
@@ -55,7 +55,7 @@ public class AppUserInfoServiceImpl implements AppUserInfoService {
|
|
|
public boolean selectAppUserInfo(String openId, String userType) {
|
|
|
Boolean flag=true;
|
|
|
if(StringUtils.isNotBlank(openId)&&StringUtils.isNotBlank(userType)){
|
|
|
- AppUserInfo appUserInfo =new AppUserInfo();
|
|
|
+ //AppUserInfo appUserInfo =new AppUserInfo();
|
|
|
AppUserInfoExample example =new AppUserInfoExample();
|
|
|
if(userType.equals("1")){
|
|
|
example.or().andUserTypeEqualTo(userType).andBlogOpenidEqualTo(openId);
|