Skip to content

Commit d748641

Browse files
committed
解决引用赋值查不到值时返回传入路径导致查询、权限等各种异常
1 parent 1d63078 commit d748641

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

APIJSONORM/src/main/java/apijson/orm/AbstractParser.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1850,8 +1850,8 @@ public Object getValueByPath(String valuePath) {
18501850
return target;
18511851
}
18521852

1853-
Log.i(TAG, "getValueByPath return valuePath;");
1854-
return valuePath;
1853+
Log.i(TAG, "getValueByPath return null;");
1854+
return null;
18551855
}
18561856

18571857
//依赖引用关系 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

0 commit comments

Comments
 (0)