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