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
Type: AbstractMapper类代码优化
优化类AbstractMapper,将多条for循环拼接的SQL语句优化为Lambda表达式拼接。
使得代码逻辑更加清晰简洁
nacos最新的develop分支
The text was updated successfully, but these errors were encountered:
Welcome PR
Sorry, something went wrong.
OK,Thank you
[ISSUE alibaba#12911] resolve code conflict
a8fb72f
【ISSUE #12911】将for循环拼接的SQL语句改为Lambda表达式拼接,使得代码简洁清晰,并添加相关测试用例 (#12914)
cb3685d
* feat(优化抽象类AbstractMapper) 将for循环拼接的SQL语句改为Lambda表达式拼接,使得代码简洁清晰,并添加相关测试用例 * [ISSUE #12914] 优化抽象类AbstractMapper,将for循环拼接的SQL语句改为Lambda表达式拼接,使得代码简洁清晰,并添加相关测试用例 * [ISSUE #12911] resolve code conflict
Successfully merging a pull request may close this issue.
Issue Description
Type: AbstractMapper类代码优化
Describe what happened (or what feature you want)
优化类AbstractMapper,将多条for循环拼接的SQL语句优化为Lambda表达式拼接。
Describe what you expected to happen
使得代码逻辑更加清晰简洁
How to reproduce it (as minimally and precisely as possible)
Tell us your environment
nacos最新的develop分支
Anything else we need to know?
The text was updated successfully, but these errors were encountered: