Merge branch 'prod' into test
This commit is contained in:
@@ -62,7 +62,9 @@ public class MkShareBaseServiceImpl extends ServiceImpl<MkShareBaseMapper, MkSha
|
||||
}
|
||||
//绑定上下级
|
||||
if (StrUtil.isNotBlank(inviteCode)) {
|
||||
FunUtils.safeRunVoid(() -> distributionUserService.bindInviteUser(fromUserId, toUserId, shopId), "shareClaim 绑定上下级");
|
||||
FunUtils.safeRunVoid(() -> {
|
||||
distributionUserService.bindInviteUser(fromUserId, toUserId, shopId);
|
||||
}, "shareClaim绑定上下级");
|
||||
}
|
||||
MkShareBase shareBase = getById(shopId);
|
||||
if (shareBase == null || !shareBase.getIsEnabled().equals(1) || StrUtil.isBlank(shareBase.getRewardSharePages())) {
|
||||
|
||||
Reference in New Issue
Block a user