@ -374,6 +374,7 @@
sys_dept d
LEFT JOIN sys_dept p ON d.pid = p.id
<where>
AND d.type_key in ('street_party','community_party','grid_party')
<if test="tags!=null and tags!=''">
and d.type_key = #{tags}
</if>