Commit 4d85063d authored by 韩桐桐's avatar 韩桐桐

fix(jg):未纳管压力管道是否可编辑sql

parent 9a3d9f13
...@@ -97,8 +97,11 @@ ...@@ -97,8 +97,11 @@
FROM FROM
tzs_jg_installation_notice a tzs_jg_installation_notice a
WHERE a.project_contraption_id = #{projectContraptionId} WHERE a.project_contraption_id = #{projectContraptionId}
AND (a.notice_status <![CDATA[ <> ]]> '6614' and a.notice_status <![CDATA[ <> ]]> '6615' and a.notice_status <![CDATA[ <> ]]> '6610' and a.notice_status <![CDATA[ <> ]]> '6617' AND (a.notice_status <![CDATA[ <> ]]> '6614'
and a.notice_status <![CDATA[ <> ]]> '6612') OR a.notice_status <![CDATA[ <> ]]> '6615'
OR a.notice_status <![CDATA[ <> ]]> '6610'
OR a.notice_status <![CDATA[ <> ]]> '6617'
OR a.notice_status <![CDATA[ <> ]]> '6612')
) )
</select> </select>
......
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