@@ -187,6 +187,15 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
#{item}
</foreach>
</if>
+ <if test="year!=null">
+ and r.year=#{year}
+ </if>
+ <if test="month!=null">
+ and r.month=#{month}
+ <if test="day!=null">
+ and r.day=#{day}
</select>
<select id="selectByListAll" parameterType="com.zhongzheng.modules.recruit.bo.RecruitInterviewQueryBo" resultMap="RecruitInterviewVoResult">