mirror of
https://github.com/CodePhiliaX/Chat2DB.git
synced 2025-08-02 05:20:15 +08:00
.
.
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user