소스 검색

代码优化

gaodm 4 년 전
부모
커밋
11f1d65604
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/resources/mapper/KlConceptStaticMapper.xml

+ 1 - 1
src/main/resources/mapper/KlConceptStaticMapper.xml

@@ -70,7 +70,7 @@
         kl_concept_detail c
         WHERE
         a.id = b.concept_id
-        and a.id = c.concept_id
+        and b.concept_id = c.concept_id
         and a.is_deleted = 'N'
         and b.is_deleted = 'N'
         and c.is_deleted = 'N'