Browse Source

代码优化

wangyu 6 years ago
parent
commit
003942926d
1 changed files with 0 additions and 3 deletions
  1. 0 3
      aipt-service/src/main/resources/mapper/ConceptMapper.xml

+ 0 - 3
aipt-service/src/main/resources/mapper/ConceptMapper.xml

@@ -312,7 +312,6 @@
             AND t4.is_deleted = 'N'
             AND t5.is_deleted = 'N'
             AND t6.is_deleted = 'N'
-            AND t2.is_concept = 1
             <if test="detilType != null">
                 AND t1.lib_type = #{detilType}
             </if>
@@ -349,7 +348,6 @@
             AND t4.is_deleted = 'N'
             AND t5.is_deleted = 'N'
             AND t6.is_deleted = 'N'
-            AND t2.is_concept = 1
             <if test="detilType != null">
                 AND t1.lib_type = #{detilType}
             </if>
@@ -386,7 +384,6 @@
             AND t4.is_deleted = 'N'
             AND t5.is_deleted = 'N'
             AND t6.is_deleted = 'N'
-            AND t2.is_concept = 1
             <if test="detilType != null">
                 AND t1.lib_type = #{detilType}
             </if>