|
@@ -1559,12 +1559,12 @@
|
|
|
and mg.status_ = 'PROGRESS'
|
|
|
and mg.cooperation_organ_id_ = #{coopId}
|
|
|
</select>
|
|
|
- <select id="balanceRelation">
|
|
|
+ <update id="balanceRelation">
|
|
|
select firstMonthVipReportStatis(#{firstDayOfThisMonth});
|
|
|
select firstMonthMusicClassReportStatis(#{firstDayOfThisMonth});
|
|
|
select currentMonthVipReportStatis(#{firstDayOfLastMonth},#{lastDayOfLastMonth});
|
|
|
select currentMonthMusicClassReportStatis(#{firstDayOfLastMonth},#{lastDayOfLastMonth});
|
|
|
select lastMonthVipReportStatis(#{lastDayOfLastMonth});
|
|
|
select lastMonthMusicClassReportStatis(#{lastDayOfLastMonth});
|
|
|
- </select>
|
|
|
+ </update>
|
|
|
</mapper>
|