|
@@ -233,7 +233,7 @@
|
|
|
from
|
|
|
(
|
|
|
<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 tiiwi.approve_status = 0) as warningNew
|
|
|
<include refid="invigilatePageMiddle" />
|
|
|
<include refid="invigilatePageFoot" />
|
|
@@ -250,7 +250,7 @@
|
|
|
|
|
|
<select id="invigilatePageListVideoRandom" resultType="com.qmth.themis.business.bean.admin.InvigilateListVideoBean">
|
|
|
<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 tiiwi.approve_status = 0) as warningNew
|
|
|
<include refid="invigilatePageMiddle" />
|
|
|
<where> 1 = 1
|