We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47439d1 commit 36d4972Copy full SHA for 36d4972
APIJSONORM/src/main/java/apijson/orm/AbstractFunctionParser.java
@@ -162,7 +162,7 @@ public AbstractFunctionParser setCurrentObject(@NotNull JSONObject currentObject
162
* @param <T>
163
*/
164
public <T extends Object> T getArgVal(String path) {
165
- return getArgVal(path, false);
+ return getArgVal(path, true); // 误判概率很小 false);
166
}
167
/**根据路径取值
168
* @param path
0 commit comments