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