自动化立体仓库 - WCS系统
*
lsh
2025-04-08 a451e2d9e1abcae3286dfcfec4103aad1ee64085
src/main/java/com/zy/asrs/task/TaskLogScheduler.java
@@ -60,11 +60,10 @@
            boolean success = false;
            HashMap<String, Object> map = new HashMap<>();
            try {
                map.put("taskNo", taskWrk.getTaskNo());
                map.put("status",5);
                map.put("ioType", taskWrk.getIoType());
                map.put("barcode", taskWrk.getBarcode());
                map.put("reportTime", new Date());
                map.put("taskNo",taskWrk.getTaskNo());
                map.put("status",taskWrk.getStatus());
                map.put("ioType",taskWrk.getIoType());
                map.put("barcode",taskWrk.getBarcode());
                response = new HttpHandler.Builder()
                        .setUri(wmsUrl)
                        .setPath(taskStatusFeedbackPath)