Forráskód Böngészése

医学规则测试

zhaops 4 éve
szülő
commit
133450951b

+ 1 - 1
cdssman-service/src/main/java/com/diagbot/facade/ResultStaticKnowledgeFacade.java

@@ -550,7 +550,7 @@ public class ResultStaticKnowledgeFacade extends ResultStaticKnowledgeServiceImp
 
             if (hisConfigMap.containsKey(result.getHisName())) {
                 Map<String, Long> subMap = hisConfigMap.get(result.getHisName());
-                if (subMap != null && subMap.size() > 1) {
+                if (subMap != null && subMap.size() > 0) {
                     for (String subKey : subMap.keySet()) {
                         ResultStaticKnowledge subResult = new ResultStaticKnowledge();
                         BeanUtil.copyProperties(result, subResult);