wl
2022-12-29 d40a69e7d455c12e32201330a9fbe22a7b6b4b5d
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>