智慧保安后台管理-外网项目备份
Administrator
2021-08-28 7327c2b113573bccaeef5b3fc5c82011abc00cd8
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>