浏览代码

知识库标准化-医学数据统计

rengb 5 年之前
父节点
当前提交
358b3bda02
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      knowledgeman-service/src/main/resources/mapper/ConceptMapper.xml

+ 1 - 0
knowledgeman-service/src/main/resources/mapper/ConceptMapper.xml

@@ -322,6 +322,7 @@
 		lib_type,COUNT(1) AS count
 		FROM kl_concept
 		WHERE lib_type in (18,1,35,33,12,13,16,10,25,11)
+		AND is_deleted='N'
 		GROUP BY lib_type) b
 		ON a.id=b.lib_type
 	</select>