延时入账

This commit is contained in:
张松 2025-10-30 16:31:37 +08:00
parent dbf288160a
commit 713016b6e9
1 changed files with 1 additions and 1 deletions

View File

@ -539,7 +539,7 @@ public class MkDistributionUserServiceImpl extends ServiceImpl<MkDistributionUse
@Transactional(rollbackFor = Exception.class)
private void deepReward(ShopUser orderSourceShopUser, MkDistributionLevelConfig parentLevel, MkDistributionConfigVO config, MkDistributionUser currentDistributionUser, BigDecimal amount, Long sourceId, String type, String orderNo, Integer currentLevel) {
protected void deepReward(ShopUser orderSourceShopUser, MkDistributionLevelConfig parentLevel, MkDistributionConfigVO config, MkDistributionUser currentDistributionUser, BigDecimal amount, Long sourceId, String type, String orderNo, Integer currentLevel) {
if (currentLevel > 2) {
return;
}