|
@@ -430,17 +430,17 @@
|
|
</select>
|
|
</select>
|
|
<update id="musicBalancedRelationship">
|
|
<update id="musicBalancedRelationship">
|
|
select firstMonthVipReportStatis(#{month});
|
|
select firstMonthVipReportStatis(#{month});
|
|
- select currentMonthVipReportStatis(#{month});
|
|
|
|
- select lastMonthVipReportStatis(#{month});
|
|
|
|
|
|
+ select currentMonthVipReportStatis(#{lastMonth});
|
|
|
|
+ select lastMonthVipReportStatis(#{lastMonth});
|
|
</update>
|
|
</update>
|
|
<update id="vipBalancedRelationship">
|
|
<update id="vipBalancedRelationship">
|
|
select firstMonthMusicClassReportStatis(#{month});
|
|
select firstMonthMusicClassReportStatis(#{month});
|
|
- select currentMonthMusicClassReportStatis(#{month});
|
|
|
|
- select lastMonthMusicClassReportStatis(#{month});
|
|
|
|
|
|
+ select currentMonthMusicClassReportStatis(#{lastMonth});
|
|
|
|
+ select lastMonthMusicClassReportStatis(#{lastMonth});
|
|
</update>
|
|
</update>
|
|
<update id="cloudBalancedRelationship">
|
|
<update id="cloudBalancedRelationship">
|
|
select firstMonthCloudReportStatis(#{month});
|
|
select firstMonthCloudReportStatis(#{month});
|
|
- select currentMonthCloudReportStatis(#{month});
|
|
|
|
- select lastMonthCloudReportStatis(#{month});
|
|
|
|
|
|
+ select currentMonthCloudReportStatis(#{lastMonth});
|
|
|
|
+ select lastMonthCloudReportStatis(#{lastMonth});
|
|
</update>
|
|
</update>
|
|
</mapper>
|
|
</mapper>
|