@ -120,9 +120,9 @@
ORDER BY rd.CREATED_TIME DESC
)t
where 1=1
AND registerId NOT IN (
<foreach collection="registerIds" item="id" separator=",">
#{id}
AND (
<foreach collection="registerIds" item="id" separator=" AND ">
registerId != #{id}
</foreach>
)
<if test='null != placeOrgName and placeOrgName != ""'>