소스 검색

修复缺陷

lyq 11 달 전
부모
커밋
87bb1b8677
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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">