|
@@ -344,7 +344,7 @@ public class ConceptFacade extends ConceptServiceImpl {
|
|
|
BeanUtil.copyProperties(getStaticKnowledgeVO,retrievalVO);
|
|
|
retrievalVO.setIsStatic(1);
|
|
|
List<Integer> types = new ArrayList<>();
|
|
|
- types.add(LexiconTypeEnum.LIS_TABLES.getKey());
|
|
|
+ types.add(LexiconTypeEnum.LIS_TABLES.getKey());//添加化验公表项类型
|
|
|
for (Integer type : getStaticKnowledgeVO.getTypes()) {
|
|
|
types.add(ParamConvertUtil.conceptConvert2Lib(type));
|
|
|
}
|