绑定上下级
This commit is contained in:
@@ -62,9 +62,8 @@ public class MkShareBaseServiceImpl extends ServiceImpl<MkShareBaseMapper, MkSha
|
|||||||
}
|
}
|
||||||
//绑定上下级
|
//绑定上下级
|
||||||
if (StrUtil.isNotBlank(inviteCode)) {
|
if (StrUtil.isNotBlank(inviteCode)) {
|
||||||
FunUtils.safeRun(() -> {
|
FunUtils.safeRunVoid(() -> {
|
||||||
distributionUserService.bindInviteUser(fromUserId, toUserId, shopId);
|
distributionUserService.bindInviteUser(fromUserId, toUserId, shopId);
|
||||||
return null;
|
|
||||||
}, "shareClaim绑定上下级");
|
}, "shareClaim绑定上下级");
|
||||||
}
|
}
|
||||||
MkShareBase shareBase = getById(shopId);
|
MkShareBase shareBase = getById(shopId);
|
||||||
|
|||||||
Reference in New Issue
Block a user