zhanghua
2025-12-16 e89d76539cc91bd13acabbf25a12312d2f8bba56
ycl-platform/src/main/resources/mapper/equipment/VideoMapper.xml
@@ -39,8 +39,11 @@
            <if test="communityId!=null">
                and vp.community_id = #{communityId}
            </if>
            <if test="type!=null">
                and vp.type = #{type}
            </if>
        </where>
        ORDER BY vp.id DESC
        ORDER BY vp.code DESC
    </select>
</mapper>