We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
version:tk-mybatis 1.1.5 problem:使用deleteByPrimaryKey,selectByPrimaryKey等方法仅传入id时,未走动态表名。 reason:初步判断为动态表方法需要获取传入对象的getDynamicTableName方法,仅传入id并不存在该方法,故走默认表名。 recommendation:使用mapper泛型获取该方法
The text was updated successfully, but these errors were encountered:
No branches or pull requests
version:tk-mybatis 1.1.5
problem:使用deleteByPrimaryKey,selectByPrimaryKey等方法仅传入id时,未走动态表名。
reason:初步判断为动态表方法需要获取传入对象的getDynamicTableName方法,仅传入id并不存在该方法,故走默认表名。
recommendation:使用mapper泛型获取该方法
The text was updated successfully, but these errors were encountered: