src/main/java/com/zy/asrs/service/impl/ToWmsServiceImpl.java
@@ -128,7 +128,7 @@ e.printStackTrace(); log.info("请求wms报错,入参:{},异常:{}", JSON.toJSONString(wmsParam), e.getMessage()); } finally { addApiLog("入库任务请求获取库位", wmsUrl + inboundTaskApplyPath, JSON.toJSONString(wmsParam), response, success); addApiLog("入库请求WMS", wmsUrl + inboundTaskApplyPath, JSON.toJSONString(wmsParam), response, success); } return null; }