diff --git a/src/main/java/com/spring/modules/request/service/impl/RequestManageServiceImpl.java b/src/main/java/com/spring/modules/request/service/impl/RequestManageServiceImpl.java index dc80803d..a9768ce7 100644 --- a/src/main/java/com/spring/modules/request/service/impl/RequestManageServiceImpl.java +++ b/src/main/java/com/spring/modules/request/service/impl/RequestManageServiceImpl.java @@ -367,7 +367,7 @@ public class RequestManageServiceImpl extends ServiceImpl mainData = getMainData(data.getSite(), baseData, changeRequest, engineers, technicians, dccs); paramData.setMainData(mainData); @@ -1463,7 +1463,7 @@ public class TechnicalSpecificationServiceImpl implements TechnicalSpecification String doForceDrawBackURL = apiUrlOa + "/oa/interface/doForceDrawBack"; ResponseData doForceDrawBackResponses = HttpClientUtil.doPostByRawWithOA(doForceDrawBackURL, doForceDrawBackParam); if (!"0".equals(doForceDrawBackResponses.getCode())) { - throw new RuntimeException("OA撤回流程异常信息:" + doForceDrawBackResponses.getMsg()); + throw new RuntimeException(e.getMessage() + "OA撤回流程异常信息:" + doForceDrawBackResponses.getMsg()); } throw new RuntimeException(e.getMessage()); }