@@ -49,7 +49,7 @@
select TOP ${page} a.id
from bus_travel_comments a
LEFT JOIN bus_travel b ON a.travel_uuid = b.uuid
- where a.code = #{code} and b.uuid is not null order by a.jdrq) and b.uuid is not null
+ where a.code = #{code} order by a.jdrq)
ORDER BY a.jdrq
</select>
<!-- 查询个人评论条数 -->