From b26b29c246b162b35e8e3b1796e137da4b523581 Mon Sep 17 00:00:00 2001
From: 云 <2163098428@qq.com>
Date: 星期四, 03 九月 2026 11:57:19 +0800
Subject: [PATCH] feat(payment): 新增付款和回款功能实现

---
 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 3514da3..fe1e415 100644
--- a/src/main/java/com/ruoyi/production/service/impl/ProductionProductMainServiceImpl.java
+++ b/src/main/java/com/ruoyi/production/service/impl/ProductionProductMainServiceImpl.java
@@ -421,7 +421,8 @@
                                 qualityInspectParamMapper.insert(param);
                             });
                 }
-            } else {
+            } else if(isLastOperation){
+                //(鏈�鍚庝竴閬撳伐搴忔墠鍏ュ簱)
                 StockInventoryDto stockInventoryDto = new StockInventoryDto();
                 stockInventoryDto.setRecordId(currentMain.getId());
                 stockInventoryDto.setRecordType(String.valueOf(StockInQualifiedRecordTypeEnum.PRODUCTION_REPORT_STOCK_IN.getCode()));

--
Gitblit v1.9.3