## 秒结顾客不累积业绩;
This commit is contained in:
parent
21dde038b4
commit
6930ee9b55
|
@ -315,7 +315,8 @@ public class BonusSettleServiceImpl implements IBonusSettleService {
|
||||||
if (null == targetMemberSettleExt
|
if (null == targetMemberSettleExt
|
||||||
|| ECategory.NORMAL.getValue() != targetMemberSettleExt.getCategory()
|
|| ECategory.NORMAL.getValue() != targetMemberSettleExt.getCategory()
|
||||||
|| EAccountStatus.STOP_INCOME.getValue() == targetMemberSettleExt.getAccountStatus()
|
|| 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;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue