zhanghua
2022-12-13 7b42aa4c887edc83bebc1948e1942067693c33a6
排序修改
1个文件已修改
2 ■■■ 已修改文件
ycl-platform/src/main/resources/mapper/equipment/VideoMapper.xml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
ycl-platform/src/main/resources/mapper/equipment/VideoMapper.xml
@@ -40,7 +40,7 @@
                and vp.community_id = #{communityId}
            </if>
        </where>
        ORDER BY vp.id DESC
        ORDER BY vp.code DESC
    </select>
</mapper>