Просмотр исходного кода

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

zouxuan 4 месяцев назад
Родитель
Сommit
d622fc2dc4
1 измененных файлов с 1 добавлено и 1 удалено
  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>