From fd80c03df8aa8261e4c8174b9ee0a91edb45d60c Mon Sep 17 00:00:00 2001
From: yuan <123@>
Date: 星期五, 28 八月 2026 23:08:57 +0800
Subject: [PATCH] fix: 客户档案查询领用人返回用户昵称

---
 src/main/java/com/ruoyi/production/service/impl/ProductionProductMainServiceImpl.java |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/main/java/com/ruoyi/production/service/impl/ProductionProductMainServiceImpl.java b/src/main/java/com/ruoyi/production/service/impl/ProductionProductMainServiceImpl.java
index 872d52f..9c4c722 100644
--- a/src/main/java/com/ruoyi/production/service/impl/ProductionProductMainServiceImpl.java
+++ b/src/main/java/com/ruoyi/production/service/impl/ProductionProductMainServiceImpl.java
@@ -360,7 +360,8 @@
                                 qualityInspectParamMapper.insert(param);
                             });
                 }
-            } else {
+            } else if(isLastOperation){
+                //(鏈�鍚庝竴閬撳伐搴忔墠鍏ュ簱)
                 StockInventoryDto stockInventoryDto = new StockInventoryDto();
                 stockInventoryDto.setRecordId(productionProductMain.getId());
                 stockInventoryDto.setRecordType(String.valueOf(StockInQualifiedRecordTypeEnum.PRODUCTION_REPORT_STOCK_IN.getCode()));

--
Gitblit v1.9.3