## 普通会员不拿级差相关奖衔;
This commit is contained in:
parent
f9c7d4f10c
commit
5643e81c78
|
|
@ -1339,8 +1339,10 @@ public class BonusSettleRangeHandle extends BonusSettleHandle {
|
||||||
|
|
||||||
if (ECategory.NORMAL.getValue() != targetMember.getCategory()
|
if (ECategory.NORMAL.getValue() != targetMember.getCategory()
|
||||||
|| EIncomeStatus.STOP_INCOME.getValue() == targetMember.getIncomeStatus()
|
|| EIncomeStatus.STOP_INCOME.getValue() == targetMember.getIncomeStatus()
|
||||||
|| EAccountStatus.STOP_INCOME.getValue() == targetMember.getAccountStatus()) {
|
|| EAccountStatus.STOP_INCOME.getValue() == targetMember.getAccountStatus()
|
||||||
// 非正常会员、停止收益、停算收益,直接跳过
|
|| EGrade.MEMBER.getValue() == targetMember.getGradeValue()
|
||||||
|
) {
|
||||||
|
// 非正常会员、停止收益、停算收益、普通会员,直接跳过
|
||||||
log.warn("领导奖或平级奖收益:订单会员推荐人不满足计算奖金条件, memberCode: {}", targetMember.getMemberCode());
|
log.warn("领导奖或平级奖收益:订单会员推荐人不满足计算奖金条件, memberCode: {}", targetMember.getMemberCode());
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue