Merge branch 'baotou-signup' of e.coding.net:tsteam/btsaqscksfwpt/system-examination-signup into baotou-signup
This commit is contained in:
commit
1e006c96e3
@ -153,13 +153,17 @@
|
|||||||
WHERE
|
WHERE
|
||||||
t1.is_delete = 0
|
t1.is_delete = 0
|
||||||
<if test="examCheckId != null and examCheckId != ''">
|
<if test="examCheckId != null and examCheckId != ''">
|
||||||
AND
|
AND t1.exam_check_id = #{examCheckId}
|
||||||
t1.exam_check_id = #{examCheckId}
|
</if>
|
||||||
|
<if test="workTypeId != null and workTypeId != ''">
|
||||||
|
AND t1.work_type_id = #{workTypeId}
|
||||||
|
</if>
|
||||||
|
<if test="orgId != null and orgId != ''">
|
||||||
|
AND t1.org_id = #{orgId}
|
||||||
|
</if>
|
||||||
|
<if test="planId != null and planId != ''">
|
||||||
|
AND t1.plan_id = #{planId}
|
||||||
</if>
|
</if>
|
||||||
<if test="planId != null and planId != ''">
|
|
||||||
AND
|
|
||||||
t1.plan_id = #{planId}
|
|
||||||
</if>
|
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<!-- 详情 -->
|
<!-- 详情 -->
|
||||||
|
Loading…
Reference in New Issue
Block a user