| | |
| | | <if test="record.roleId != null"> |
| | | and r.roleid = #{record.roleId} |
| | | </if> |
| | | <if test="record.companyid != null"> |
| | | and c.id = #{record.companyid} |
| | | </if> |
| | | </where> |
| | | </select> |
| | | <select id="selectSuperviseUserDataList" resultMap="UserVo"> |
| | |
| | | and user.realname like concat ('%',#{record.realname,jdbcType=VARCHAR},'%') |
| | | </if> |
| | | <if test="record.company != null and record.company !=''"> |
| | | and user.company like concat ('%',#{record.company,jdbcType=VARCHAR},'%') |
| | | and user.company like concat ('%',#{record.company},'%') |
| | | </if> |
| | | <if test="record.job != null and record.job !=''"> |
| | | and user.job like concat ('%',#{record.job,jdbcType=VARCHAR},'%') |