fuliqi
2024-01-09 bb81166c8d0818c9211c334ed7b67d5f1166b81a
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>