change преди 4 години
родител
ревизия
9525794a7c
променени са 1 файла, в които са добавени 9 реда и са изтрити 0 реда
  1. 9 0
      zhongzheng-system/src/main/resources/mapper/modules/recruit/RecruitInterviewMapper.xml

+ 9 - 0
zhongzheng-system/src/main/resources/mapper/modules/recruit/RecruitInterviewMapper.xml

@@ -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>
+        <if test="day!=null">
+            and r.day=#{day}
+        </if>
     </select>
 
     <select id="selectByListAll" parameterType="com.zhongzheng.modules.recruit.bo.RecruitInterviewQueryBo" resultMap="RecruitInterviewVoResult">