Ver código fonte

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

MarkHuang 4 anos atrás
pai
commit
c2fad5c975

+ 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) {