|
@@ -451,6 +451,11 @@
|
|
select count(1) from t_oe_exam_record f
|
|
select count(1) from t_oe_exam_record f
|
|
where f.exam_id = #{examId}
|
|
where f.exam_id = #{examId}
|
|
</select>
|
|
</select>
|
|
|
|
+ <select id="findOneByExamId" resultType="java.lang.Long">
|
|
|
|
+ select f.* from t_oe_exam_record f
|
|
|
|
+ where f.exam_id = #{examId}
|
|
|
|
+ limit 1
|
|
|
|
+ </select>
|
|
|
|
|
|
<select id="getListByExamIdAndStartId" resultType="com.qmth.themis.business.entity.TOeExamRecord">
|
|
<select id="getListByExamIdAndStartId" resultType="com.qmth.themis.business.entity.TOeExamRecord">
|
|
select f.* from t_oe_exam_record f
|
|
select f.* from t_oe_exam_record f
|