|
@@ -52,6 +52,7 @@ public class WechatLogicImpl extends BaseLogic implements WechatLogic {
|
|
|
UserWechat wechat=wechatService.findByUnionId(userInfo.getUnionid());
|
|
|
if (wechat != null && !wechat.isDelete()) {
|
|
|
UserDTO userDTO=userLogic.getUserById(wechat.getUserId());
|
|
|
+ LOG.info(userDTO.getName());
|
|
|
dto.setUser(userDTO);
|
|
|
dto.setType(UserWechatDTO.OLD);
|
|
|
return dto;
|