|
@@ -699,6 +699,8 @@
|
|
centerdata_t_farm_agricultural_cooperatives AS cooperatives
|
|
centerdata_t_farm_agricultural_cooperatives AS cooperatives
|
|
ON
|
|
ON
|
|
modes.land_use_mode = cooperatives.land_use_mode
|
|
modes.land_use_mode = cooperatives.land_use_mode
|
|
|
|
+ left join
|
|
|
|
+ ${database_system}.sys_dept d on d.dept_id = b.dept_id
|
|
<where>${params.dataScope}</where>
|
|
<where>${params.dataScope}</where>
|
|
GROUP BY
|
|
GROUP BY
|
|
modes.land_use_mode
|
|
modes.land_use_mode
|
|
@@ -720,6 +722,8 @@
|
|
centerdata_t_farm_agricultural_cooperatives AS cooperatives
|
|
centerdata_t_farm_agricultural_cooperatives AS cooperatives
|
|
ON
|
|
ON
|
|
modes.business_type = cooperatives.business_type
|
|
modes.business_type = cooperatives.business_type
|
|
|
|
+ left join
|
|
|
|
+ ${database_system}.sys_dept d on d.dept_id = b.dept_id
|
|
<where>${params.dataScope}</where>
|
|
<where>${params.dataScope}</where>
|
|
GROUP BY
|
|
GROUP BY
|
|
modes.business_type
|
|
modes.business_type
|