Commit b3ba9bde authored by zhaochengming's avatar zhaochengming

总部--bug修改

parent 7213ceb7
...@@ -106,6 +106,9 @@ public class OcpApiTreeServiceImpl extends ServiceImpl<OcpApiTreeMapper, OcpApiG ...@@ -106,6 +106,9 @@ public class OcpApiTreeServiceImpl extends ServiceImpl<OcpApiTreeMapper, OcpApiG
if (StringUtils.isBlank(ocpApiGroup.getApiGroupLevel())) { if (StringUtils.isBlank(ocpApiGroup.getApiGroupLevel())) {
ocpApiGroup.setApiGroupLevel("Middleground"); ocpApiGroup.setApiGroupLevel("Middleground");
} }
if (StringUtils.isNotBlank(ocpApiGroup.getClassIfy())) {
ocpApi.setClassIfy(ocpApiGroup.getClassIfy());
}
mapper.insert(ocpApi); mapper.insert(ocpApi);
} else { } else {
return ocpApi; return ocpApi;
......
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