Skip to content

Commit b749e53

Browse files
authored
fix:调整parseResponse获取SQLExecutor方式
1 parent 886344a commit b749e53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)