Skip to content
New issue

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

使用GenericDAO删除语句时sql解析可能有问题 #5

Open
scs891 opened this issue Jun 11, 2019 · 0 comments
Open

使用GenericDAO删除语句时sql解析可能有问题 #5

scs891 opened this issue Jun 11, 2019 · 0 comments

Comments

@scs891
Copy link

scs891 commented Jun 11, 2019

@Sql("delete from {table_name} where {primary_key} = :1")
xxx.hr_repay_repair 执行时打印sql:delete from hr_repay_repa where id = ?
看似少了两个字符,导致表无法被找到。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant