소스 검색

Merge branch 'zx_saas_task_0310' of http://git.dayaedu.com/yonge/mec into dev

zouxuan 3 달 전
부모
커밋
397765b6b4
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      mec-biz/src/main/resources/config/mybatis/StudentMapper.xml

+ 2 - 2
mec-biz/src/main/resources/config/mybatis/StudentMapper.xml

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