|
@@ -182,7 +182,7 @@ public class AlarmUserServiceImpl extends ServiceImpl<AlarmUserMapper, AlarmUser
|
|
|
@Override
|
|
|
public String getUserInfo(String code, String orgId, String name) {
|
|
|
WeChatUser userInfo = PushUtil.getUserInfo(code);
|
|
|
- log.info("获取用户信息openId:{}", userInfo.getOpenid());
|
|
|
+ log.info("获取用户信息:{}", JSONUtil.toJsonStr(userInfo));
|
|
|
|
|
|
List<AlarmUser> userList = getByOpenId(userInfo.getOpenid());
|
|
|
AlarmUser alarmUser = BeanUtil.copyProperties(userInfo, AlarmUser.class);
|