@@ -1388,6 +1388,7 @@
info.id is not null
and su.id NOT LIKE '%M%'
AND ( su.type != '1' and su.type != '2' )
+ and su.dept_id in(SELECT val FROM ins_dept_configuration )
<if test="vo.provinceId != null and vo.provinceId != ''">
and sd.id like concat('%',#{vo.provinceId},'%')
</if>