Commit 0b74d2bd authored by suhuiguang's avatar suhuiguang

feat(已纳管设备无证时可编辑):已纳管设备调整

1.已纳管设备调整,历史设备流程中,增加车用气瓶
parent 6017e703
...@@ -3077,8 +3077,8 @@ ...@@ -3077,8 +3077,8 @@
tzs_jg_equip_transfer a tzs_jg_equip_transfer a
where where
and a.project_contraption_seq in and a.project_contraption_seq in
<foreach collection="records" item="record" separator="," open="(" close=")"> <foreach collection="projectContraptionIds" item="projectContraptionId" separator="," open="(" close=")">
#{record} #{projectContraptionId}
</foreach> </foreach>
and a.is_delete = 0 and a.is_delete = 0
and (a.apply_status <![CDATA[ <> ]]> '6617' AND a.apply_status <![CDATA[ <> ]]> '6610') and (a.apply_status <![CDATA[ <> ]]> '6617' AND a.apply_status <![CDATA[ <> ]]> '6610')
......
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