考试申请查询条件修改。

This commit is contained in:
Renpc-kilig 2021-05-10 16:15:42 +08:00
parent 585a4ac9a4
commit 33a85dfd0c

View File

@ -219,9 +219,11 @@
WHERE
t1.is_delete = 0
<if test="examApplyId != null and examApplyId != ''">
AND
t1.exam_apply_id = #{examApplyId}
OR t1.exam_id = #{examApplyId}
AND
t1.exam_apply_id = #{examApplyId}
</if>
<if test="examId != null and examId != ''">
AND t1.exam_id = #{examApplyId}
</if>
</select>