Explorar el Código

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

zouxuan hace 4 meses
padre
commit
d622fc2dc4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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>