Commit 2d04533d authored by suhuiguang's avatar suhuiguang

fix(jyjc): 报检规则4.0开发

1.暗改维报检筛选
parent aa0d3a14
...@@ -772,10 +772,12 @@ ...@@ -772,10 +772,12 @@
where where
ibjri."EQU_LIST" = '3000' ibjri."EQU_LIST" = '3000'
<if test="records != null and records.size() > 0"> <if test="records != null and records.size() > 0">
and ibjui.record not in and ibjui.record != ALL(
<foreach collection="records" item="record" open="(" close=")"> ARRAY[
<foreach collection="records" item="record" separator=",">
#{record} #{record}
</foreach> </foreach>
])
</if> </if>
) a, ) a,
(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