|
@@ -660,8 +660,9 @@
|
|
|
order by tm.subject_code,tm.subjectName,tm.campus_code,tm.exam_site,tm.exam_room
|
|
|
</select>
|
|
|
<select id="studentPage" resultType="cn.com.qmth.scancentral.vo.student.StudentPageVo">
|
|
|
- select t.*
|
|
|
+ select t.*,ss.device_name
|
|
|
from sc_student t
|
|
|
+ left join sc_scanner ss on t.device=ss.device
|
|
|
where t.exam_id=#{req.examId}
|
|
|
<if test="req.campusCode != null and req.campusCode !=''">
|
|
|
and t.campus_code=#{req.campusCode}
|