<!-- Here is for bug reports and feature requests ONLY! If you're looking for help, please check our mail list、WeChat group and the Gitter room. Please try to use English to describe your issue, or at least provide a snippet of English translation. 我们鼓励使用英文,如果不能直接使用,可以使用翻译软件,您仍旧可以保留中文原文。 --> ## 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) 1. 2. 3. ### Tell us your environment nacos最新的develop分支 ### Anything else we need to know?