fix:登录调整

This commit is contained in:
苏竹红
2025-02-26 17:10:47 +08:00
parent 857c62a333
commit 4716ab6625

View File

@@ -210,7 +210,7 @@ public class WechatMiniAppServiceImpl implements WechatMiniAppService {
userInfoVO.setPartnerId(""); userInfoVO.setPartnerId("");
return userInfoVO; return userInfoVO;
} }
HyPartnerUserInfoDO hyPartnerUserInfoDO = hyPartnerUserInfoDAO.selectByOpenid(openId); HyPartnerUserInfoDO hyPartnerUserInfoDO = hyPartnerUserInfoDAO.selectByMobile(mobile);
if(hyPartnerUserInfoDO != null){ if(hyPartnerUserInfoDO != null){
BeanUtil.copyProperties(hyPartnerUserInfoDO, userInfoVO); BeanUtil.copyProperties(hyPartnerUserInfoDO, userInfoVO);
/*if(StringUtils.isNotBlank(hyPartnerUserInfoDO.getWantShopArea())){ /*if(StringUtils.isNotBlank(hyPartnerUserInfoDO.getWantShopArea())){