flower_city/src/main/resources/mapper/SysUserMapper.xml
@@ -156,11 +156,12 @@ AND user_type=#{userType} </if> <if test="ids != null"> and department_id IN <foreach collection="ids" item="param" open="(" close=")" separator=","> #{param} AND <foreach collection="ids" item="param" open="(" close=")" separator="or"> locate(#{param},more_department_ids)>0 </foreach> </if> <if test="isDivisionHead != null and isDivisionHead != ''"> and is_division_head=#{isDivisionHead} </if>