Commit 27bf9c56 authored by leizhan's avatar leizhan

巡检项目,重点部位、自定义巡查点bug修改

parent 1d5330d9
...@@ -573,6 +573,7 @@ ...@@ -573,6 +573,7 @@
AND biz_org_code like concat(#{bizOrgCode}, '%') AND biz_org_code like concat(#{bizOrgCode}, '%')
AND is_delete = '0' AND is_delete = '0'
AND input_type!='1' AND input_type!='1'
AND key_parts_type='0'
</select> </select>
<select id="countByCustomType" resultType="int"> <select id="countByCustomType" resultType="int">
...@@ -581,6 +582,7 @@ ...@@ -581,6 +582,7 @@
AND biz_org_code like concat(#{bizOrgCode}, '%') AND biz_org_code like concat(#{bizOrgCode}, '%')
AND is_delete = '0' AND is_delete = '0'
AND input_type!='1' AND input_type!='1'
AND custom_type='0'
</select> </select>
<select id="countAll" resultType="int"> <select id="countAll" resultType="int">
......
...@@ -333,10 +333,10 @@ ...@@ -333,10 +333,10 @@
and a.equipment_type is not null and a.equipment_type is not null
</if> </if>
<if test="treeId != null and treeId != '' and treeId == '-4'"> <if test="treeId != null and treeId != '' and treeId == '-4'">
and a.key_parts_type is not null and a.key_parts_type ='0'
</if> </if>
<if test="treeId != null and treeId != '' and treeId == '-5'"> <if test="treeId != null and treeId != '' and treeId == '-5'">
and a.custom_type is not null and a.custom_type ='0'
</if> </if>
<if test="subCode!=null and subCode!='' and subCode!=' ' and <if test="subCode!=null and subCode!='' and subCode!=' ' and
treeId != null and treeId != '' and treeId != '-3' and treeId != '-1' and treeId != null and treeId != '' and treeId != '-3' and treeId != '-1' and
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment