src/main/java/org/springblade/modules/recruitment/mapper/RecruitmentMapper.xml
@@ -26,6 +26,12 @@ <if test="recruitment.district!=null"> and sr.district = #{recruitment.district} </if> <if test="recruitment.permit!=null"> and sr.permit = #{recruitment.permit} </if> <if test="recruitment.deptId!=null"> and sr.dept_id = #{recruitment.deptId} </if> <if test="recruitment.education!=null and recruitment.education!=''"> and sr.education = #{recruitment.education} </if>