src/main/java/com/zy/asrs/service/impl/TaskWrkServiceImpl.java
@@ -144,7 +144,7 @@ headParam.put("status",taskWrk.getStatus()); headParam.put("ioType",taskWrk.getIoType()); headParam.put("barcode",taskWrk.getBarcode()); headParam.put("reportTime",new Date()); // headParam.put("reportTime",new Date()); String response; response = new HttpHandler.Builder() // .setHeaders(headParam) @@ -165,7 +165,7 @@ ); }catch (Exception e){ log.error("wcs派发入库任务上报wms失败", taskWrk); throw new CoolException("wcs派发入库任务上报wms失败"); // throw new CoolException("wcs派发入库任务上报wms失败"); } }