Parcourir la source

filter from ops_miss_node temporarily

dengjia il y a 4 mois
Parent
commit
7fb6d85e87

+ 1 - 0
hnqz-upms/hnqz-upms-biz/src/main/resources/mapper/SysCheckChainNodeCheckHistoryMapper.xml

@@ -44,6 +44,7 @@
     ON t.id = h.target_id
     WHERE p.enable_flag = '0' 
     AND t.del_flag = '0'
+    AND t.id not in (select * from ops_miss_node)
     AND p.relation_score_id IN
     <foreach collection="pkgIds" item="pkgId" open="(" close=")" separator=",">
       #{pkgId}