zouxuan 1 年之前
父節點
當前提交
6278f9e88f
共有 1 個文件被更改,包括 6 次插入6 次删除
  1. 6 6
      mec-biz/src/main/resources/config/mybatis/OperatingReportNewMapper.xml

+ 6 - 6
mec-biz/src/main/resources/config/mybatis/OperatingReportNewMapper.xml

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