bug修改。
This commit is contained in:
parent
82620ebe6c
commit
b8b32bd6b3
@ -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>
|
||||
|
||||
<!-- 详情 -->
|
||||
|
Loading…
Reference in New Issue
Block a user