## 会员奖衔返回默认给0;
This commit is contained in:
parent
c85cbc3896
commit
a97a3c51b4
|
@ -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