## 会员端月新増业绩改为不走月表;

This commit is contained in:
cabbage 2025-10-20 11:52:36 +08:00
parent 45f3599be0
commit 7a1fcccff6
1 changed files with 1 additions and 1 deletions

View File

@ -612,7 +612,7 @@
<!-- 查询会员显示业绩 -->
<select id="queryMemberPv" resultType="com.hzs.member.achieve.vo.CuMemberAwardsUnderVO">
select a.*
<if test="monthTable != null and monthTable != ''">
<if test="lastMonthTable != null and lastMonthTable != ''">
, a.a_sum_pv - nvl(b.a_sum_pv, 0) aMonthPv, a.b_sum_pv - nvl(b.b_sum_pv, 0) bMonthPv
</if>
from (select