Merge branch 'baotou-signup' of e.coding.net:tsteam/btsaqscksfwpt/system-examination-signup into baotou-signup

This commit is contained in:
wans 2021-05-15 17:23:02 +08:00
commit 1e006c96e3

View File

@ -153,13 +153,17 @@
WHERE
t1.is_delete = 0
<if test="examCheckId != null and examCheckId != ''">
AND
t1.exam_check_id = #{examCheckId}
AND 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 test="planId != null and planId != ''">
AND
t1.plan_id = #{planId}
</if>
</select>
<!-- 详情 -->