소스 검색

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>