|
|
@@ -161,7 +161,7 @@
|
|
161
|
161
|
select
|
|
162
|
162
|
<include refid="Base_Column_List" />
|
|
163
|
163
|
,dict.DICT_LABEL,SUM(oi.depot_area) depotArea,
|
|
164
|
|
- SUM(bs.actual_capacity)actualCapacity,
|
|
|
164
|
+ SUM(bs.actual_capacity)actualCapacity
|
|
165
|
165
|
from province_all.biz_unit_info bui
|
|
166
|
166
|
left join province_all.dev_dict dict on bui.dwlx = dict.id
|
|
167
|
167
|
left join depot_qh.org_info oi on oi.unit_info_id=bui.id
|