## 会员端月新増业绩改为不走月表;
This commit is contained in:
parent
45f3599be0
commit
7a1fcccff6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue