*
lsh
2025-04-22 f287ab5ee6b9938e0d48cdb62c05078bdec463d8
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("taskNo",taskWrk.getTaskNo());
                map.put("status",taskWrk.getStatus());
                map.put("ioType", taskWrk.getIoType());
                map.put("barcode", taskWrk.getBarcode());
                map.put("reportTime", new Date());
                map.put("ioType",taskWrk.getIoType());
                map.put("barcode",taskWrk.getBarcode());
                response = new HttpHandler.Builder()
                        .setUri(wmsUrl)
                        .setPath(taskStatusFeedbackPath)