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