Browse Source

二期模板维护,获取类型慢病过滤主诉子模板

wangyu 6 years ago
parent
commit
77efc3770a

+ 1 - 1
icssman-service/src/main/java/com/diagbot/facade/ModuleInfoFacade.java

@@ -429,7 +429,7 @@ public class ModuleInfoFacade extends ModuleInfoServiceImpl {
             dictionaryInfoQueryWrapper.in("val","322","31","32");
         }
         if(getModuleTypeVO.getModuleType() != null && getModuleTypeVO.getModuleType().intValue() == 2){
-            dictionaryInfoQueryWrapper.notIn("val","1","22","21","322");
+            dictionaryInfoQueryWrapper.notIn("val","1","22","31","322");
         }
         List<DictionaryInfo> dictionaryInfoList = dictionaryFacade.list(dictionaryInfoQueryWrapper);
         List<GetModuleTypeDTO> getModuleTypeDTOS = new ArrayList<>();