## 会员奖衔返回默认给0;
This commit is contained in:
parent
9551e305dd
commit
fa826807e7
|
@ -364,6 +364,8 @@ public class CuMemberAchieveServiceImpl extends ServiceImpl<CuMemberAchieveMappe
|
||||||
.bMonthPv(todayPv.getBNewPv())
|
.bMonthPv(todayPv.getBNewPv())
|
||||||
.aSumPv(BigDecimal.ZERO)
|
.aSumPv(BigDecimal.ZERO)
|
||||||
.bSumPv(BigDecimal.ZERO)
|
.bSumPv(BigDecimal.ZERO)
|
||||||
|
.aSumRealPv(BigDecimal.ZERO)
|
||||||
|
.bSumRealPv(BigDecimal.ZERO)
|
||||||
.build();
|
.build();
|
||||||
|
|
||||||
if (hasSettle) {
|
if (hasSettle) {
|
||||||
|
|
Loading…
Reference in New Issue