|
@ -770,7 +770,7 @@ public class UserServiceImpl extends BaseServiceImpl<UserDao, UserEntity> implem |
|
|
*/ |
|
|
*/ |
|
|
private UserDTO selectUserByWxInfo(String openId, String unionId) { |
|
|
private UserDTO selectUserByWxInfo(String openId, String unionId) { |
|
|
if (StringUtils.isBlank(openId)) { |
|
|
if (StringUtils.isBlank(openId)) { |
|
|
throw new RenException("openId不能同时为空"); |
|
|
throw new RenException("openId不能为空"); |
|
|
} |
|
|
} |
|
|
QueryWrapper<UserEntity> wrapper = new QueryWrapper<>(); |
|
|
QueryWrapper<UserEntity> wrapper = new QueryWrapper<>(); |
|
|
UserEntity userEntity = null; |
|
|
UserEntity userEntity = null; |
|
|