Kaynağa Gözat

修改需求

zhs 3 yıl önce
ebeveyn
işleme
a6d824f027

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