|
@@ -212,7 +212,7 @@
|
|
union all
|
|
union all
|
|
select '林长' name,'linzhang',count(distinct user_id)
|
|
select '林长' name,'linzhang',count(distinct user_id)
|
|
from centerdata_t_forest_linleader
|
|
from centerdata_t_forest_linleader
|
|
- where lin_job != 'forest_lin_jy'
|
|
|
|
|
|
+ where lin_job in ('forest_lin_zonglinzhang','forest_lin_fuzonglinzhang','forest_lin_linzhang','forest_lin_fulinzhang','forest_lin_wgz')
|
|
</select>
|
|
</select>
|
|
|
|
|
|
<select id="getAllData" resultType="map">
|
|
<select id="getAllData" resultType="map">
|