浏览代码

修改需求

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