32154678925 opened a new issue, #794: URL: https://github.com/apache/fesod/issues/794
### Search before asking - [x] I searched in the [issues](https://github.com/apache/fesod/issues) and found nothing similar. ### Fesod version 1.3.0 ### JDK version Microsoft OpenJDK 17.0.17 ### Operating system Windows11 专业版 24H2 ### Steps To Reproduce <img width="385" height="594" alt="Image" src="https://github.com/user-attachments/assets/ef46267d-943f-4583-8de9-fd2f0b72b66e" /> <img width="924" height="1124" alt="Image" src="https://github.com/user-attachments/assets/af8690ae-0752-4581-a7e0-98c54a48fbf9" /> ### Current Behavior 实际上第一个对象的数据头在第6行,数据从第12行开始 <img width="327" height="831" alt="Image" src="https://github.com/user-attachments/assets/ca26ceca-8fc1-4d11-b595-3d56ddf1a3f2" /> ### Expected Behavior 预期第一个对象的数据头在第6行,数据从第7行开始 <img width="362" height="683" alt="Image" src="https://github.com/user-attachments/assets/2a79160e-42ac-425e-b928-f236c2fb5e58" /> ### Anything else? 在添加数据时,会初始化当前table <img width="1057" height="552" alt="Image" src="https://github.com/user-attachments/assets/0c9dfafd-b5d2-4fc7-b620-7648fd7f7634" /> 在初始话当前table的时候会写入设置的head,并且从指定的偏移量开始,我这里是5,所以从第6行开始,这是对的 <img width="1274" height="644" alt="Image" src="https://github.com/user-attachments/assets/3c569861-ee7b-4e5a-a1d1-bfa009bbed7b" /> 紧接着在添加数据的时候,获取到了添加head之后的行数,7,这是对的,但是再一次获取了偏移量,导致了这个错误 <img width="1083" height="711" alt="Image" src="https://github.com/user-attachments/assets/96266f56-0a88-4141-a941-2529a52bfd9b" /> ### Are you willing to submit a PR? - [ ] I'm willing to submit a PR! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
