绑定上下级

This commit is contained in:
2026-01-31 11:40:24 +08:00
parent d6d6477c6d
commit a74e099346

View File

@@ -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);