Browse Source

BUG修复

wangliang 1 year ago
parent
commit
4cd1f4098e
1 changed files with 2 additions and 1 deletions
  1. 2 1
      themis-business/src/main/resources/mapper/TOeExamRecordMapper.xml

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

@@ -638,7 +638,8 @@
             </if>
             and tee.monitor_status <![CDATA[ <> ]]> 'FINISHED'
         </where>
-        ) t
+        group by
+        tee.id,tees.room_code,tee.name,teea.id,teea.code,tees.`identity`,tees.name,leftExamCount,statusTemp,tes.mobile_number,t.breach_status,tees.class_no) t
         <where>
             <if test="status != null and status != '' or status == 0">
                 <choose>