## 秒结顾客不累积业绩;

This commit is contained in:
cabbage 2025-07-25 16:26:12 +08:00
parent bde286c020
commit 8cb902cd22
1 changed files with 2 additions and 1 deletions

View File

@ -315,7 +315,8 @@ public class BonusSettleServiceImpl implements IBonusSettleService {
if (null == targetMemberSettleExt
|| ECategory.NORMAL.getValue() != targetMemberSettleExt.getCategory()
|| EAccountStatus.STOP_INCOME.getValue() == targetMemberSettleExt.getAccountStatus()
|| EGrade.START_UP.getValue() == targetMemberSettleExt.getGradeValue()) {
|| EGrade.START_UP.getValue() == targetMemberSettleExt.getGradeValue()
|| EGrade.HAI_FAN.getValue() == targetMemberSettleExt.getGradeValue()) {
// 会员不满足计算奖金条件跳过
continue;
}