.
This commit is contained in:
zgq
2024-07-05 15:26:57 +08:00
parent b5addde7f8
commit 8bf09448f2

View File

@ -259,7 +259,7 @@ public class SQLExecutor implements CommandExecutor {
Header header = headerList.get(i);
if ("CAHT2DB_AUTO_ROW_ID".equals(header.getName())) {
headerList.remove(i);
return i;
return i+1;
}
}
return -1;