zhanghua
2024-03-31 eab2da3110484499be388f34b7835a5f0bd6d297
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>