Browse Source

修复缺陷

lyq 10 months ago
parent
commit
87bb1b8677
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/resources/mapper/index/IndexViewMapper.xml

+ 1 - 1
src/main/resources/mapper/index/IndexViewMapper.xml

@@ -212,7 +212,7 @@
         union all
         select '林长' name,'linzhang',count(distinct user_id)
         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 id="getAllData" resultType="map">