From 9140aee230de0ef41de9682a9353fbd372e2bcaa Mon Sep 17 00:00:00 2001
From: chen.lin <1442464845@qq.com>
Date: 星期二, 03 三月 2026 13:43:22 +0800
Subject: [PATCH] 云仓WMS接口

---
 rsf-server/src/main/java/com/vincent/rsf/server/api/service/impl/PdaCheckOrderServiceImpl.java |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/rsf-server/src/main/java/com/vincent/rsf/server/api/service/impl/PdaCheckOrderServiceImpl.java b/rsf-server/src/main/java/com/vincent/rsf/server/api/service/impl/PdaCheckOrderServiceImpl.java
index 9252455..34f1dda 100644
--- a/rsf-server/src/main/java/com/vincent/rsf/server/api/service/impl/PdaCheckOrderServiceImpl.java
+++ b/rsf-server/src/main/java/com/vincent/rsf/server/api/service/impl/PdaCheckOrderServiceImpl.java
@@ -309,7 +309,7 @@
             throw new CoolException("鍙傛暟涓嶈兘涓虹┖锛侊紒");
         }
         if (Objects.isNull(map.get("barcode"))) {
-            throw new CoolException("鎵樼洏鐮佷笉鑳戒负绌猴紒锛�");
+            throw new CoolException("鏂欑鐮佷笉鑳戒负绌猴紒锛�");
         }
         if (Objects.isNull(map.get("matnrs"))) {
             throw new CoolException("鏂板鐗╂枡涓嶈兘涓虹┖锛侊紒");
@@ -380,7 +380,7 @@
             throw new CoolException("鍙傛暟涓嶈兘涓虹┖锛侊紒");
         }
         if (Objects.isNull(map.get("barcode"))) {
-            throw new CoolException("鎵樼洏鐮佷笉鑳戒负绌猴紒锛�");
+            throw new CoolException("鏂欑鐮佷笉鑳戒负绌猴紒锛�");
         }
         if (Objects.isNull(map.get("items"))) {
             throw new CoolException("鏂板鐗╂枡涓嶈兘涓虹┖锛侊紒");
@@ -446,7 +446,7 @@
         ReportParams params = new ReportParams();
         List<TaskItem> taskItems = taskItemService.list(new LambdaQueryWrapper<TaskItem>().eq(TaskItem::getTaskId, task.getId()));
         if (Objects.isNull(taskItems) || taskItems.isEmpty()) {
-            throw new CoolException("鎵樼洏鏄庣粏涓虹┖锛�1");
+            throw new CoolException("鏂欑鏄庣粏涓虹┖锛�1");
         }
         List<ReportDataParam> reportDataParams = new ArrayList<>();
         taskItems.forEach(taskItem -> {

--
Gitblit v1.9.1