Merge remote-tracking branch 'origin/cc_20250211_v2.6' into cc_20250211_v2.6
This commit is contained in:
@@ -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())){
|
||||||
|
|||||||
Reference in New Issue
Block a user