Commit ce58fa8e authored by zhaochengming's avatar zhaochengming

总部--bug修改

parent 2472d977
......@@ -99,8 +99,8 @@ public class TenantServiceImpl extends ServiceImpl<TenantMapper, OcpTenantGroup>
} else if (StringUtils.isBlank(tenanBaseDto.getTenantGroupLevel())) {
group.setTenantGroupLevel("Middleground");
}
if (StringUtils.isBlank(tenanBaseDto.getTenantGroupCompanyCode())) {
group.setClassIfy(tenanBaseDto.getTenantGroupCompanyCode());
if (StringUtils.isNotBlank(tenanBaseDto.getTenantGroupName())) {
group.setClassIfy(tenanBaseDto.getTenantGroupName());
}
......
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 to comment