Skip to content

Commit

Permalink
copy when read
Browse files Browse the repository at this point in the history
  • Loading branch information
qiaojialin committed Mar 24, 2020
1 parent c39aa03 commit 7c134c0
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -91,7 +91,7 @@ public StringBuilder sqlRow() {
String errMsg;
int statusCode;

List<SqlArgument> readCopy = new ArrayList<>(TSServiceImpl.getSqlArgumentList());
List<SqlArgument> readCopy = TSServiceImpl.getSqlArgumentList();
for (int i = (readCopy.size() - 1); i >= 0; i--) {
sqlArgument = readCopy.get(i);
resp = sqlArgument.getTSExecuteStatementResp();
Expand Down

0 comments on commit 7c134c0

Please sign in to comment.