ting.yin пре 1 година
родитељ
комит
2b70fe2e8c
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      teachcloud-mark/src/main/resources/mapper/ScanOmrTaskMapper.xml

+ 1 - 1
teachcloud-mark/src/main/resources/mapper/ScanOmrTaskMapper.xml

@@ -34,7 +34,7 @@
 	
 	
 	<select id="listByExamIdAndStatusAndUserId" resultType="com.qmth.teachcloud.mark.dto.ScanStudentDto">
 	<select id="listByExamIdAndStatusAndUserId" resultType="com.qmth.teachcloud.mark.dto.ScanStudentDto">
 		select 
 		select 
-			s.id,
+			s.id studentId,
 			s.student_name,
 			s.student_name,
 			s.student_code
 			s.student_code
 		from mark_student s where s.id in(
 		from mark_student s where s.id in(