@@ -117,6 +117,7 @@
,dict.DICT_LABEL
from province_all.biz_unit_info bui
left join province_all.dev_dict dict on bui.dwlx = dict.id
+ where bui.delete_flag ='NOT_DELETE'
<if test="_parameter != null" >
<include refid="Example_Where_Clause" />
</if>