|
@@ -227,7 +227,7 @@
|
|
order by t.warningNew desc
|
|
order by t.warningNew desc
|
|
</select>
|
|
</select>
|
|
|
|
|
|
- <select id="invigilatePageListVideo" resultType="com.qmth.themis.business.bean.admin.InvigilateListVideoBean">
|
|
|
|
|
|
+ <select id="invigilatePageListVideo" resultType="com.qmth.themis.business.bean.backend.InvigilateListVideoBean">
|
|
select
|
|
select
|
|
(@i := @i + 1) as seq,
|
|
(@i := @i + 1) as seq,
|
|
t.*
|
|
t.*
|
|
@@ -251,7 +251,8 @@
|
|
order by t.warningNew desc
|
|
order by t.warningNew desc
|
|
</select>
|
|
</select>
|
|
|
|
|
|
- <select id="invigilatePageListVideoRandom" resultType="com.qmth.themis.business.bean.admin.InvigilateListVideoBean">
|
|
|
|
|
|
+ <select id="invigilatePageListVideoRandom"
|
|
|
|
+ resultType="com.qmth.themis.business.bean.backend.InvigilateListVideoBean">
|
|
<include refid="invigilatePageHead"/>
|
|
<include refid="invigilatePageHead"/>
|
|
,t.monitor_live_url as monitorLiveUrl
|
|
,t.monitor_live_url as monitorLiveUrl
|
|
,(select count(1) from t_ie_invigilate_warn_info tiiwi where tiiwi.exam_record_id = t.id and
|
|
,(select count(1) from t_ie_invigilate_warn_info tiiwi where tiiwi.exam_record_id = t.id and
|