mirror of
https://gitee.com/mybatis-flex/mybatis-flex.git
synced 2025-12-07 17:18:24 +08:00
style: 移除 MapperUtil 注释掉的无用代码。
This commit is contained in:
parent
af42c63121
commit
afe75dd01a
@ -111,7 +111,6 @@ public class MapperUtil {
|
||||
|
||||
// 获取 join 语句中使用到的表名
|
||||
List<String> joinTables = new ArrayList<>();
|
||||
// Map<String, String> joinTables = new HashMap<>();
|
||||
joins.forEach(join -> {
|
||||
QueryTable joinQueryTable = CPI.getJoinQueryTable(join);
|
||||
if (joinQueryTable != null && StringUtil.isNotBlank(joinQueryTable.getName())) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user