Skip to content

Commit 440da17

Browse files
authored
fix:调整parseResponse获取SQLExecutor方式,感谢 alittle-yu 的贡献 #767
#767
2 parents 016f31a + b749e53 commit 440da17

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,7 @@ public JSONObject parseResponse(JSONObject request) {
520520
queryResultMap = new HashMap<String, Object>();
521521

522522
Exception error = null;
523-
sqlExecutor = createSQLExecutor();
523+
sqlExecutor = getSQLExecutor();
524524
onBegin();
525525
try {
526526
queryDepth = 0;

0 commit comments

Comments
 (0)