baizonghao
2023-04-01 6b99fccb36f807e11fbcc30648a5b679036614ad
物联统计,排序,倒序
1个文件已修改
2 ■■■ 已修改文件
ycl-platform/src/main/resources/mapper/apidata/ApiDataMapper.xml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
ycl-platform/src/main/resources/mapper/apidata/ApiDataMapper.xml
@@ -47,6 +47,6 @@
            and b.street_id = #{streetId}
        </if>
        GROUP BY v.video_point_id
        ORDER BY count ASC
        ORDER BY count DESC
    </select>
</mapper>