Quellcode durchsuchen

更新开单合理性高危手术判断规则

MarkHuang vor 4 Jahren
Ursprung
Commit
c2fad5c975
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      src/main/java/com/diagbot/repository/YiBaoOperationNameNode.java

+ 1 - 1
src/main/java/com/diagbot/repository/YiBaoOperationNameNode.java

@@ -281,7 +281,7 @@ public class YiBaoOperationNameNode {
                 JSONObject ageobj = jobj.getJSONObject("年龄");
 
                 nodeNeoDTO = NeoUtil.jsontoNodeNeoDTO("年龄", ageobj);
-                if (null != wordCrfDTO.getAge()) {
+                if (null != wordCrfDTO.getAgeNum()) {
                     double age = wordCrfDTO.getAgeNum();
                     match = CoreUtil.compareNum(nodeNeoDTO, age);
                     if (match) {