zhanghua
2023-10-25 9ae8a3dd7d66f60ba7caf2bd341b685cf8bd8d4b
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>