Commit 50c28b0a authored by zhaochengming's avatar zhaochengming

总部--bug修改

parent 9b405d77
...@@ -109,6 +109,7 @@ public class OcpApiTreeServiceImpl extends ServiceImpl<OcpApiTreeMapper, OcpApiG ...@@ -109,6 +109,7 @@ public class OcpApiTreeServiceImpl extends ServiceImpl<OcpApiTreeMapper, OcpApiG
if (StringUtils.isNotBlank(ocpApiGroup.getClassIfy())) { if (StringUtils.isNotBlank(ocpApiGroup.getClassIfy())) {
ocpApi.setClassIfy(ocpApiGroup.getClassIfy()); ocpApi.setClassIfy(ocpApiGroup.getClassIfy());
} }
ocpApi.setIsDelete(0);
mapper.insert(ocpApi); mapper.insert(ocpApi);
} else { } else {
return ocpApi; return ocpApi;
......
...@@ -105,6 +105,8 @@ public class TenantServiceImpl extends ServiceImpl<TenantMapper, OcpTenantGroup> ...@@ -105,6 +105,8 @@ public class TenantServiceImpl extends ServiceImpl<TenantMapper, OcpTenantGroup>
group.setClassIfy(tenantGroupName); group.setClassIfy(tenantGroupName);
} }
tenanBaseDto.setIsDelete((short) 0);
} }
String tenantGroupCompanyCode = tenanBaseDto.getTenantGroupName(); String tenantGroupCompanyCode = 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