|
@@ -118,9 +118,6 @@
|
|
118
|
from province_all.biz_unit_info bui
|
118
|
from province_all.biz_unit_info bui
|
|
119
|
left join province_all.dev_dict dict on bui.dwlx = dict.id
|
119
|
left join province_all.dev_dict dict on bui.dwlx = dict.id
|
|
120
|
where bui.delete_flag ='NOT_DELETE'
|
120
|
where bui.delete_flag ='NOT_DELETE'
|
|
121
|
- <if test="_parameter != null" >
|
|
|
|
122
|
- <include refid="Example_Where_Clause" />
|
|
|
|
123
|
- </if>
|
|
|
|
124
|
<if test="orderByClause != null" >
|
121
|
<if test="orderByClause != null" >
|
|
125
|
order by ${orderByClause}
|
122
|
order by ${orderByClause}
|
|
126
|
</if>
|
123
|
</if>
|