From 2fe3fbf034a6d4bc58ae20ebf7aba2cf230dafa1 Mon Sep 17 00:00:00 2001
From: 云 <2163098428@qq.com>
Date: 星期一, 24 八月 2026 14:20:37 +0800
Subject: [PATCH] ``` feat(staff): 完善员工在职信息管理功能

---
 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 4a8366a..2bd4923 100644
--- a/src/main/java/com/ruoyi/production/service/impl/ProductionProductMainServiceImpl.java
+++ b/src/main/java/com/ruoyi/production/service/impl/ProductionProductMainServiceImpl.java
@@ -348,7 +348,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