| | |
| | | </if> |
| | | <if test="user.hold!=null and user.hold != ''"> |
| | | and bu.hold = #{user.hold} |
| | | </if> <if test="user.jurisdiction!=null and user.jurisdiction != ''"> |
| | | </if> <if test="user.jurisdiction!=null and user.jurisdiction != '' and user.jurisdiction != '1123598813738675201'"> |
| | | and si.jurisdiction = #{user.jurisdiction} |
| | | </if> |
| | | <if test="user.securitynumber!=null and user.securitynumber != ''"> |
| | |
| | | <if test="user.securitynumber!=null and user.securitynumber != ''"> |
| | | and bu.securitynumber = #{user.securitynumber} |
| | | </if> |
| | | <if test="user.deptName!=null and user.deptName!=''"> |
| | | and bd.dept_name like concat(concat('%', #{user.deptName}),'%') |
| | | <if test="user.deptId!=null and user.deptId!=''"> |
| | | and bu.dept_id =#{user.deptId} |
| | | </if> |
| | | <if test="user.useName==null or user.useName==''"> |
| | | order by bu.id |