Ver código fonte

本身禁用后还能看到关联的信息

zhoutg 4 anos atrás
pai
commit
03393a333f

+ 0 - 1
cdssman-service/src/main/resources/mapper/KlConceptMapper.xml

@@ -134,7 +134,6 @@
         AND b.is_deleted = 'N'
         AND c.is_deleted = 'N'
         AND t.is_deleted = 'N'
-        AND a.`status` = 1
         AND t.`status` = 1
         <if test="conceptId!=null and conceptId!=''">
             AND a.id = #{conceptId}