|
|
@ -193,6 +193,7 @@ public class PaCustomerServiceImpl extends BaseServiceImpl<PaCustomerDao, PaCust |
|
|
|
} |
|
|
|
|
|
|
|
//3-3.新增用户微信信息
|
|
|
|
wechatEntity.setId(null); |
|
|
|
wechatEntity.setUserId(userEntity.getId()); |
|
|
|
if (paUserWechatDao.insert(wechatEntity) < NumConstant.ONE) { |
|
|
|
throw new RenException(PaConstant.SAVE_WECHAT_EXCEPTION); |
|
|
|