Commit ca37543b by zhaoxiaolei

update

parent a62af0d0
...@@ -846,14 +846,12 @@ public class IntegrateServiceImpl implements IntegrateService { ...@@ -846,14 +846,12 @@ public class IntegrateServiceImpl implements IntegrateService {
//没有configid //没有configid
cpnList.setMsg(configurableBom.getSuperBomCode()+"没有维护默认值"); cpnList.setMsg(configurableBom.getSuperBomCode()+"没有维护默认值");
cpnList.setCode(ApiResult.INTERNAL_SERVER_ERROR.getCode()); cpnList.setCode(ApiResult.INTERNAL_SERVER_ERROR.getCode());
flag = false;
continue; continue;
} }
} else { } else {
//没有superbom //没有superbom
cpnList.setMsg("H3CPN没有维护对照关系"); cpnList.setMsg("H3CPN没有维护对照关系");
cpnList.setCode(ApiResult.INTERNAL_SERVER_ERROR.getCode()); cpnList.setCode(ApiResult.INTERNAL_SERVER_ERROR.getCode());
flag = false;
continue; continue;
} }
//有superbom 有configid h3cvcode存在 没有下架 设置true进行撞配 //有superbom 有configid h3cvcode存在 没有下架 设置true进行撞配
......
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