运营端充值 分账修改
This commit is contained in:
parent
cd9acb3678
commit
27d1cff67c
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue