智慧保安后台管理-外网
zengh
2021-07-19 748bd2dff7201eea3adaa1adbd459be4f0cc75d3
src/main/java/org/springblade/modules/recruitment/mapper/RecruitmentMapper.xml
@@ -29,6 +29,9 @@
        <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>