Commit 10669dc0 by 罗志长

fix: 租户编辑租户标识

parent 5d3b1d0c
......@@ -319,9 +319,7 @@ public class PlatTenantServiceImpl extends ServiceImpl<PlatTenantMapper, PlatTen
//更新组织表
platOrgService.edit(platOrg);
if (!platTenant.getCode().equals(dto.getCode())) {
platLogoConfigService.updateByTenantId(tntTenant.getId(), dto.getCode());
}
platLogoConfigService.updateByTenantId(tntTenant.getId(), dto.getCode());
//分配菜单 todo 慢
assignMenuList(tntTenant.getId(), dto.getMenuIdList());
......
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