@@ -57,7 +57,7 @@
and a.site_id= #{berthingPointQuery.siteId}
</if>
</where>
- and is_del = 0
+ and a.is_del = 0
ORDER BY create_time DESC
</select>