Commit 7a18ea14 authored by Mindfaker's avatar Mindfaker

fix

parent 09339088
...@@ -251,7 +251,7 @@ public interface SpecialSqlMapper { ...@@ -251,7 +251,7 @@ public interface SpecialSqlMapper {
" LEFT JOIN (SELECT id, class_name FROM class_info WHERE deleted = FALSE ) t2 ON t1.class_id = t2.id "+ " LEFT JOIN (SELECT id, class_name FROM class_info WHERE deleted = FALSE ) t2 ON t1.class_id = t2.id "+
"</script>" "</script>"
) )
Map<String, String> selectPointCount(@Param("studentName") String studentName, @Param("studentUniqueId") String studentUniqueId, Map selectPointCount(@Param("studentName") String studentName, @Param("studentUniqueId") String studentUniqueId,
@Param("classId") Integer classId, @Param("startTime") String startTime, @Param("endTime") String endTime); @Param("classId") Integer classId, @Param("startTime") String startTime, @Param("endTime") String endTime);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment