## 当日新会员月度业绩显示;
This commit is contained in:
parent
4beab4151e
commit
c85cbc3896
|
@ -401,7 +401,7 @@ public class CuMemberAchieveServiceImpl extends ServiceImpl<CuMemberAchieveMappe
|
|||
BdAwards bdAwards = awardsList.stream()
|
||||
.filter(tmp -> tmp.getPkId().equals(cuMember.getPkAwards()))
|
||||
.findFirst().get();
|
||||
if (bdAwards.getAwardsValue() < EAwards.CHAIRMAN.getValue()) {
|
||||
if (bdAwards.getAwardsValue() < EAwards.SENIOR_CHIEF.getValue()) {
|
||||
// 不是最后三级,需要显示业绩
|
||||
// 大于当前奖衔的列表
|
||||
BdAwards nextBdAwards = awardsList.stream()
|
||||
|
|
Loading…
Reference in New Issue