运营端充值 分账修改

This commit is contained in:
张松 2025-10-30 10:56:13 +08:00
parent cd9acb3678
commit 27d1cff67c
1 changed files with 0 additions and 4 deletions

View File

@ -579,10 +579,6 @@ public class MkDistributionUserServiceImpl extends ServiceImpl<MkDistributionUse
// 上上级分销员
if (currentShopUser.getDistributionUserId() != null) {
MkDistributionUser parent = getOne(new QueryWrapper().eq(MkDistributionUser::getId, currentDistributionUser.getDistributionLevelId()));
if (parent == null) {
log.info("上级分销员不存在: {}", currentDistributionUser.getDistributionLevelId());
return;
}
try {
deepReward(orderSourceShopUser, level, config, parent, amount, sourceId, type, orderNo, currentLevel + 1);
} catch (Exception e) {