This reverts commit 7fb6d85e87ee1162705b7cbd5eb0a52a57935156.
@@ -44,7 +44,6 @@
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}