fuliqi
2024-09-29 89a6fbf105751fc13562b30db8fa8aec04caa35e
ycl-server/src/main/resources/mapper/zgyw/CheckIndexVideoMapper.xml
@@ -61,7 +61,6 @@
        <where>
            <if test="examineTag != null "> and tciv.examine_tag = #{examineTag}</if>
            <if test="day != null "> and  date(tciv.create_time) = #{day}</if>
            <if test="createTime != null "> and  date(tciv.create_time) = #{createTime}</if>
            <if test="deptIds != null ">and tciv.dept_id in
                <foreach collection="deptIds" separator="," open="(" close=")" item="deptId">
                    #{deptId}