fix: 日志bug修改

This commit is contained in:
2024-05-13 13:42:53 +08:00
parent b51073e512
commit 756f7b47e0

View File

@@ -393,6 +393,7 @@ public class ConveyorWithScannerWeightDeviceDriver extends AbstractOpcDeviceDriv
JSONObject param = new JSONObject(); JSONObject param = new JSONObject();
param.put("device_code", device_code); param.put("device_code", device_code);
param.put("container_type", container_type); param.put("container_type", container_type);
param.put("vehicle_code", barcode);
param.put("type", type); param.put("type", type);
LuceneLogDto logDto = LuceneLogDto.builder() LuceneLogDto logDto = LuceneLogDto.builder()
.device_code(device_code) .device_code(device_code)