1
zhanghua
2024-09-26 c775c6953d9759e70f08acbfa8f6d7490aaae3d1
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>