From 4c5e705c9ac10827254900305b7b915191005db4 Mon Sep 17 00:00:00 2001
From: cl <1442464845@qq.com>
Date: 星期二, 21 四月 2026 15:25:16 +0800
Subject: [PATCH] 版改板
---
rsf-server/src/main/java/com/vincent/rsf/server/api/service/impl/OpenAsrsServiceImpl.java | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/rsf-server/src/main/java/com/vincent/rsf/server/api/service/impl/OpenAsrsServiceImpl.java b/rsf-server/src/main/java/com/vincent/rsf/server/api/service/impl/OpenAsrsServiceImpl.java
index 526f9d4..a29b5b7 100644
--- a/rsf-server/src/main/java/com/vincent/rsf/server/api/service/impl/OpenAsrsServiceImpl.java
+++ b/rsf-server/src/main/java/com/vincent/rsf/server/api/service/impl/OpenAsrsServiceImpl.java
@@ -15,6 +15,7 @@
import com.vincent.rsf.server.manager.service.LocService;
import com.vincent.rsf.server.manager.service.TaskItemService;
import com.vincent.rsf.server.manager.service.TaskService;
+import org.springframework.beans.factory.annotation.Value;
import org.springframework.stereotype.Service;
import javax.annotation.Resource;
@@ -189,6 +190,7 @@
Map<String, Object> map = new LinkedHashMap<>();
map.put("taskNo", param.getTaskNo());
+ map.put("barcode", task.getBarcode());
map.put("ioType", task.getTaskType());
map.put("wrkDetls", wrkDetls);
return R.ok().add(map);
--
Gitblit v1.9.1