运营端充值 分账修改
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user