Commit 2d04533d authored by suhuiguang's avatar suhuiguang

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

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