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

This commit is contained in:
cabbage 2025-10-20 11:52:36 +08:00
parent 218eb3773e
commit be6d664fc4
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 id="queryMemberPv" resultType="com.hzs.member.achieve.vo.CuMemberAwardsUnderVO">
select a.* 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 , a.a_sum_pv - nvl(b.a_sum_pv, 0) aMonthPv, a.b_sum_pv - nvl(b.b_sum_pv, 0) bMonthPv
</if> </if>
from (select from (select