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
zhenxun_bot/plugins/word_bank/_model.py
Line 243 in 82fe59e
大概可能得 select * from word_bank2 where ...... and '字符串' like concat('%', problem, '%');
select * from word_bank2 where ...... and '字符串' like concat('%', problem, '%');
The text was updated successfully, but these errors were encountered:
恩,我搞反了
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
zhenxun_bot/plugins/word_bank/_model.py
Line 243 in 82fe59e
这句意思应该是数据库problem属性包含输入的problem字符串时返回true
而模糊匹配本意应当是输入的problem字符串包含数据库problem属性时才返回true
这里似乎相反逻辑了
大概可能得
select * from word_bank2 where ...... and '字符串' like concat('%', problem, '%');
The text was updated successfully, but these errors were encountered: