Browse Source

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

zouxuan 4 months ago
parent
commit
d622fc2dc4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      mec-biz/src/main/resources/config/mybatis/StudentMapper.xml

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

@@ -1565,6 +1565,6 @@
         select currentMonthVipReportStatis(#{firstDayOfLastMonth},#{lastDayOfLastMonth});
         select currentMonthMusicClassReportStatis(#{firstDayOfLastMonth},#{lastDayOfLastMonth});
         select lastMonthVipReportStatis(#{lastDayOfLastMonth});
-        select lastMonthMusicClassReportStatis('#{lastDayOfLastMonth});
+        select lastMonthMusicClassReportStatis(#{lastDayOfLastMonth});
     </select>
 </mapper>