|
|
@@ -228,7 +228,7 @@ public class UserServiceImpl extends ServiceImpl<UserMapper, User> implements Us
|
|
|
}
|
|
|
if (sharedId != null && isNewUser) {
|
|
|
if (dsType == null || dsType == 1) {
|
|
|
- distributeService.saveDistributionInvitation(sharedId, user.getId(), dsPopularizeId, re.getCgtj());
|
|
|
+ distributeService.saveDistributionInvitation(sharedId, user.getId(), dsPopularizeId, re.getCgTj());
|
|
|
}
|
|
|
}
|
|
|
//店铺注册用户 关联
|
|
|
@@ -554,7 +554,7 @@ public class UserServiceImpl extends ServiceImpl<UserMapper, User> implements Us
|
|
|
this.save(user);
|
|
|
//新用户分销
|
|
|
if (sharedId != null) {
|
|
|
- distributeService.saveDistributionInvitation(sharedId, user.getId(), dsPopularizeId, loginReq.getCgtj());
|
|
|
+ distributeService.saveDistributionInvitation(sharedId, user.getId(), dsPopularizeId, loginReq.getCgTj());
|
|
|
}
|
|
|
//店铺注册用户 关联
|
|
|
if (StrUtil.isNotBlank(customId)) {
|