소스 검색

分析和为联接数据集合两个接口作废

shiyue 5 달 전
부모
커밋
cb70c18c2c
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      energy-manage-service/src/main/resources/mybatis/system/OrganizationAuthMapper.xml

+ 2 - 2
energy-manage-service/src/main/resources/mybatis/system/OrganizationAuthMapper.xml

@@ -131,13 +131,13 @@
             wfba.analysis_state as analysisState
             from
             sys_organization_auth soa
-            left join
+            inner join
             (select
             field_code,
             count(1) as groupCount
             from
             wind_engine_group where del_state = 0 group by field_code) weg on soa.code_number = weg.field_code
-            left join
+            inner join
             (select
                 id,
                 batch_code,