| | |
| | | <if test="recruitment.tenantName!=null and recruitment.tenantName!=''"> |
| | | and bt.dept_name like concat('%', #{recruitment.tenantName},'%') |
| | | </if> |
| | | <if test="recruitment.welfare!=null and recruitment.welfare!=''"> |
| | | and sr.welfare like concat('%', #{recruitment.welfare},'%') |
| | | </if> |
| | | <if test="recruitment.unitsScale!=null and recruitment.unitsScale!=''"> |
| | | and sr.units_scale like concat('%', #{recruitment.unitsScale},'%') |
| | | </if> |
| | | <if test="recruitment.province!=null"> |
| | | and sr.province = #{recruitment.province} |
| | | </if> |