zhs пре 3 година
родитељ
комит
a6d824f027
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/main/resources/config/mapping/CommentsMapper.xml

+ 1 - 1
src/main/resources/config/mapping/CommentsMapper.xml

@@ -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>
     <!-- 查询个人评论条数 -->