From 082775e3035f37f295f6d394a2a27a2dfee5ff32 Mon Sep 17 00:00:00 2001
From: huminmin <mac@MacBook-Pro.local>
Date: 星期二, 07 四月 2026 16:27:45 +0800
Subject: [PATCH] 返回uid码

---
 src/main/java/com/ruoyi/stock/service/impl/StockInventoryServiceImpl.java |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/main/java/com/ruoyi/stock/service/impl/StockInventoryServiceImpl.java b/src/main/java/com/ruoyi/stock/service/impl/StockInventoryServiceImpl.java
index db3e2b3..8a9a973 100644
--- a/src/main/java/com/ruoyi/stock/service/impl/StockInventoryServiceImpl.java
+++ b/src/main/java/com/ruoyi/stock/service/impl/StockInventoryServiceImpl.java
@@ -399,6 +399,8 @@
         String customer = StringUtils.isBlank(stock.getCustomer()) ? "鏃犲鎴�" : stock.getCustomer();
         customerNode.setCustomer(customer);
         customerNode.setLabel(customer);
+        customerNode.setProductionDate(stock.getProductionDate());
+        customerNode.setValidityPeriod(stock.getValidityPeriod());
         customerNode.setNodeType("customer");
         customerNode.setChildren(new ArrayList<>());
 

--
Gitblit v1.9.3