## 三阶段奖金发放点位数处理;

This commit is contained in:
cabbage 2025-09-25 14:31:03 +08:00
parent 7ebe459dd9
commit 34903b0b00
1 changed files with 1 additions and 1 deletions

View File

@ -427,7 +427,7 @@ public class CuMemberBonusStageServiceImpl extends ServiceImpl<CuMemberBonusStag
.targetPkMember(targetRetailDetail.getPkMember())
.targetChildNode(targetRetailDetail.getChildNode())
.stage(eBonusStage.getValue())
.stageNum(tmpInt)
.stageNum(tmpInt + 6)
.build();
bonusStageDataList.add(bonusStageData);
targetRetailDetail.setThirdBonus3(tmpInt);