fangyuan
2022-12-14 574f3e567a9b95949fbd0c15e10cbc2b5439dc7b
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>