Invalid bound statement (not found): com.zxy.easyexcel.mapper.InformationMapper.search
时间: 2023-11-12 11:25:23 浏览: 161
As an AI language model, I am not able to determine the exact cause of the error without additional information about the code and the context in which it is being used. However, based on the error message you provided, it appears that the code is attempting to reference a bound statement that cannot be found. This could be due to a variety of reasons, such as a misspelled or incorrectly formatted statement, a missing import or dependency, or an issue with the configuration of the mapper or the database connection. To resolve the issue, you may need to review the code and the configuration settings to identify and correct any errors or omissions. Additionally, you may want to consult the documentation or seek assistance from a developer or technical support team to help you troubleshoot the problem.
阅读全文