考试申请查询条件修改。
This commit is contained in:
parent
585a4ac9a4
commit
33a85dfd0c
@ -219,9 +219,11 @@
|
|||||||
WHERE
|
WHERE
|
||||||
t1.is_delete = 0
|
t1.is_delete = 0
|
||||||
<if test="examApplyId != null and examApplyId != ''">
|
<if test="examApplyId != null and examApplyId != ''">
|
||||||
AND
|
AND
|
||||||
t1.exam_apply_id = #{examApplyId}
|
t1.exam_apply_id = #{examApplyId}
|
||||||
OR t1.exam_id = #{examApplyId}
|
</if>
|
||||||
|
<if test="examId != null and examId != ''">
|
||||||
|
AND t1.exam_id = #{examApplyId}
|
||||||
</if>
|
</if>
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user