Преглед на файлове

xml中多了一个“=”号

phoenix преди 1 година
родител
ревизия
6da416ff51
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/main/resources/mapper/textbook/TextbookStudentClaimMapper.xml

+ 1 - 1
src/main/resources/mapper/textbook/TextbookStudentClaimMapper.xml

@@ -61,7 +61,7 @@
                  LEFT JOIN base_student t2 ON (t2.user_id = t.student_user_id)
                  LEFT JOIN xjr_user t3 ON (t3.id = t.student_user_id)
         WHERE t.delete_mark = 0
-            and t.class_id = #{dto.classId} and  t.textbook_id = #{dto.textbookId} and
+            and t.class_id = #{dto.classId} and  t.textbook_id = #{dto.textbookId}
         ORDER BY t.is_claim
     </select>