Commit 9a76cd9f by huangjy

fix:修复bug

parent ac8e6a76
......@@ -279,7 +279,7 @@ public class PlatTenantServiceImpl extends ServiceImpl<PlatTenantMapper, PlatTen
PlatLogoConfigDTO platLogoConfigDTO = new PlatLogoConfigDTO();
platLogoConfigDTO.setCode(dto.getCode());
platLogoConfigDTO.setName(dto.getName());
platOrg.setTenantId(tntTenant.getId());
platLogoConfigDTO.setTenantId(tntTenant.getId());
platLogoConfigService.add(platLogoConfigDTO);
//分配菜单
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment