分销员开通

This commit is contained in:
张松 2025-10-27 21:10:41 +08:00
parent eb7f4824d2
commit fb191b0539
1 changed files with 1 additions and 0 deletions

View File

@ -343,6 +343,7 @@ public class MkDistributionUserServiceImpl extends ServiceImpl<MkDistributionUse
.setMainShopId(mainShopId).setShopId(shopId).setAmount(finalAmount).setChangeAmount(amount).setSourceId(sourceId)
.setRemark("分销员购买"));
addDistributionUser(new MkDistributionUser().setParentId(null).setShopId(shopId)
.setUserId(shopUserInfo.getUserId())
.setShopUserId(shopUserInfo.getId()).setOpeningMethod("付费开通"));
}