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