fuliqi
2024-09-30 66e9e037d7c3b97880a57693b8d3fabf3f0a8dcb
ycl-server/src/main/resources/mapper/zgyw/CheckIndexFaceMapper.xml
@@ -54,7 +54,6 @@
        from t_check_index_face tcif left join sys_dept sd on tcif.dept_id = sd.dept_id
        <where>
            <if test="examineTag != null "> and tcif.examine_tag = #{examineTag}</if>
            <if test="date != null "> and  date_format(tcif.create_time,'%Y-%m') = #{date}</if>
            <if test="day != null "> and  date(tcif.create_time) = #{day}</if>
            <if test="deptIds != null ">and tcif.dept_id in
                <foreach collection="deptIds" separator="," open="(" close=")" item="deptId">