考试申请查询条件修改。

This commit is contained in:
Renpc-kilig 2021-05-10 16:14:24 +08:00
parent 86a7549d0e
commit 585a4ac9a4

View File

@ -221,6 +221,7 @@
<if test="examApplyId != null and examApplyId != ''">
AND
t1.exam_apply_id = #{examApplyId}
OR t1.exam_id = #{examApplyId}
</if>
</select>