xiatian %!s(int64=2) %!d(string=hai) anos
pai
achega
2ad3053c9c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/main/resources/mapper/PaperMapper.xml

+ 1 - 1
src/main/resources/mapper/PaperMapper.xml

@@ -50,7 +50,7 @@
 		t.course_id=c.id
 		left join mps_exam e on t.exam_id=e.id
 		where t.exam_id
-		=#{req.examId}
+		=#{examId}
 		order by t.update_time desc
 	</select>