|
|
@ -174,7 +174,7 @@ public class PaCustomerServiceImpl extends BaseServiceImpl<PaCustomerDao, PaCust |
|
|
|
PaUserEntity paUserEntity = paUserDao.selectById(formDTO.getUserId()); |
|
|
|
|
|
|
|
//3.手机号不为空说明是同一个微信用户用第二个手机号注册,手机为空说明当前微信用户用第一个手机号注册
|
|
|
|
if(null != paUserEntity.getPhone() && StringUtils.isNotBlank(paUserEntity.getPhone())){ |
|
|
|
if(StringUtils.isNotBlank(paUserEntity.getPhone())){ |
|
|
|
//手机号不为空说明是同一个微信用户用第二个手机号注册,新增user和user_wechat表数据
|
|
|
|
//3-1.user表新增数据
|
|
|
|
PaUserEntity userEntity = new PaUserEntity(); |
|
|
|