|
@@ -428,16 +428,18 @@
|
|
|
from human_cost
|
|
|
where month_ = #{month} group by organ_id_
|
|
|
</select>
|
|
|
- <update id="firstBalancedRelationship">
|
|
|
+ <update id="musicBalancedRelationship">
|
|
|
select firstMonthVipReportStatis(#{month});
|
|
|
- select firstMonthMusicClassReportStatis(#{month});
|
|
|
- select firstMonthCloudReportStatis(#{month});
|
|
|
- </update>
|
|
|
- <update id="lastBalancedRelationship">
|
|
|
select currentMonthVipReportStatis(#{month});
|
|
|
select lastMonthVipReportStatis(#{month});
|
|
|
+ </update>
|
|
|
+ <update id="vipBalancedRelationship">
|
|
|
+ select firstMonthMusicClassReportStatis(#{month});
|
|
|
select currentMonthMusicClassReportStatis(#{month});
|
|
|
select lastMonthMusicClassReportStatis(#{month});
|
|
|
+ </update>
|
|
|
+ <update id="cloudBalancedRelationship">
|
|
|
+ select firstMonthCloudReportStatis(#{month});
|
|
|
select currentMonthCloudReportStatis(#{month});
|
|
|
select lastMonthCloudReportStatis(#{month});
|
|
|
</update>
|