zouxuan 3 月之前
父節點
當前提交
095c280b6c
共有 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>