Commit 62990b0a authored by yangyang's avatar yangyang

Merge remote-tracking branch 'origin/develop_tzs_register' into develop_tzs_register

parents bc1e59d5 0b74d2bd
...@@ -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