Quellcode durchsuchen

mapper bean定义错误修复

luoshi vor 4 Jahren
Ursprung
Commit
874a5e0c57

+ 3 - 2
themis-business/src/main/resources/mapper/TOeExamRecordMapper.xml

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