From 9ca146e7afa543d2c516a91c95929d34aa48a52c Mon Sep 17 00:00:00 2001
From: cl <1442464845@qq.com>
Date: 星期四, 16 四月 2026 11:45:23 +0800
Subject: [PATCH] 电视机提醒

---
 rsf-open-api/src/main/java/com/vincent/rsf/openApi/service/impl/WmsRcsServiceImpl.java |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/rsf-open-api/src/main/java/com/vincent/rsf/openApi/service/impl/WmsRcsServiceImpl.java b/rsf-open-api/src/main/java/com/vincent/rsf/openApi/service/impl/WmsRcsServiceImpl.java
index 1a0bb6e..2c68826 100644
--- a/rsf-open-api/src/main/java/com/vincent/rsf/openApi/service/impl/WmsRcsServiceImpl.java
+++ b/rsf-open-api/src/main/java/com/vincent/rsf/openApi/service/impl/WmsRcsServiceImpl.java
@@ -426,7 +426,7 @@
     @Transactional(rollbackFor = Exception.class)
     public R allocateLocation(LocationAllocateParams params) {
         log.info("========== 寮�濮嬬敵璇峰叆搴撲换鍔★紝鍒嗛厤搴撲綅 ==========");
-        log.info("鏂欑鐮侊細{}锛屽叆搴撶珯鐐癸細{}锛屽叆搴撶被鍨嬶細{}", params.getBarcode(), params.getStaNo(), params.getType());
+        log.info("鏂欑鐮侊細{}锛屽叆搴撶珯鐐癸細{}锛屽叆搴撶被鍨嬶細{}锛岄噸閲忥細{}", params.getBarcode(), params.getStaNo(), params.getType(), params.getWeight());
         
         // 璋冪敤WMS server鍐呴儴鎺ュ彛杩涜搴撲綅鍒嗛厤
         String wmsUrl = getWmsBaseUrl() + "/rsf-server/wcs/allocate/location";
@@ -437,6 +437,10 @@
         requestParams.put("barcode", params.getBarcode());
         requestParams.put("staNo", params.getStaNo());
         requestParams.put("type", params.getType());
+        requestParams.put("full", params.getFull());
+        if (params.getWeight() != null) {
+            requestParams.put("weight", params.getWeight());
+        }
         log.info("璇锋眰鍙傛暟锛歿}", requestParams.toJSONString());
         
         HttpHeaders headers = new HttpHeaders();

--
Gitblit v1.9.1