```
refactor(setting): 调整跨租户查询注释格式 调整 SettingServiceImpl 中跨租户查询方法的注释缩进格式, 保持代码风格一致性。```
This commit is contained in:
@@ -117,7 +117,7 @@ public class SettingServiceImpl extends ServiceImpl<SettingMapper, Setting> impl
|
||||
final List<Setting> list = list(new LambdaQueryWrapper<Setting>().eq(Setting::getTenantId, tenantId));
|
||||
System.out.println("跨租户获取指定租户的设置配置 list = " + list);
|
||||
|
||||
// 使用跨租户查询,指定租户ID
|
||||
// 使用跨租户查询,指定租户ID
|
||||
Setting setting = this.getOne(new QueryWrapper<Setting>()
|
||||
.eq("setting_key", key)
|
||||
.eq("tenant_id", tenantId), false);
|
||||
|
||||
Reference in New Issue
Block a user