|
|
@ -1439,7 +1439,7 @@ public class TechnicalSpecificationServiceImpl implements TechnicalSpecification |
|
|
"plm_technical_specification_sheet", "code_no", "status", changeRequest.getStepId(), data.getBu() == null ? "" : data.getBu(), |
|
|
"plm_technical_specification_sheet", "code_no", "status", changeRequest.getStepId(), data.getBu() == null ? "" : data.getBu(), |
|
|
baseData.get("domainControlAccount"), baseData.get("menuId"), baseData.get("menuName"), data.getNodeConclusion(), data.getRejectOpinion() == null ? "" : data.getRejectOpinion(), data.getNodeId()); |
|
|
baseData.get("domainControlAccount"), baseData.get("menuId"), baseData.get("menuName"), data.getNodeConclusion(), data.getRejectOpinion() == null ? "" : data.getRejectOpinion(), data.getNodeId()); |
|
|
|
|
|
|
|
|
// 如果是节点更新则调用提交流程接口,反之若为节点更新则跳过这一步 |
|
|
|
|
|
|
|
|
// 如果是节点更新则调用提交流程接口,反之则跳过这一步 |
|
|
if ("update".equals(data.getProcessFlag())) { |
|
|
if ("update".equals(data.getProcessFlag())) { |
|
|
List<MainData> mainData = getMainData(data.getSite(), baseData, changeRequest, engineers, technicians, dccs); |
|
|
List<MainData> mainData = getMainData(data.getSite(), baseData, changeRequest, engineers, technicians, dccs); |
|
|
paramData.setMainData(mainData); |
|
|
paramData.setMainData(mainData); |
|
|
@ -1463,7 +1463,7 @@ public class TechnicalSpecificationServiceImpl implements TechnicalSpecification |
|
|
String doForceDrawBackURL = apiUrlOa + "/oa/interface/doForceDrawBack"; |
|
|
String doForceDrawBackURL = apiUrlOa + "/oa/interface/doForceDrawBack"; |
|
|
ResponseData doForceDrawBackResponses = HttpClientUtil.doPostByRawWithOA(doForceDrawBackURL, doForceDrawBackParam); |
|
|
ResponseData doForceDrawBackResponses = HttpClientUtil.doPostByRawWithOA(doForceDrawBackURL, doForceDrawBackParam); |
|
|
if (!"0".equals(doForceDrawBackResponses.getCode())) { |
|
|
if (!"0".equals(doForceDrawBackResponses.getCode())) { |
|
|
throw new RuntimeException("OA撤回流程异常信息:" + doForceDrawBackResponses.getMsg()); |
|
|
|
|
|
|
|
|
throw new RuntimeException(e.getMessage() + "OA撤回流程异常信息:" + doForceDrawBackResponses.getMsg()); |
|
|
} |
|
|
} |
|
|
throw new RuntimeException(e.getMessage()); |
|
|
throw new RuntimeException(e.getMessage()); |
|
|
} |
|
|
} |
|
|
|