From 886521e9f0f04ff262277a42b0b054b39604a544 Mon Sep 17 00:00:00 2001
From: huminmin <mac@MacBook-Pro.local>
Date: 星期一, 01 六月 2026 18:04:20 +0800
Subject: [PATCH] 已入库的反审核之后,需要把对应的销售订单已有的任何操作都回退清除。包括入库、质检、出库、出库、发货、审批。处理原订单的库存数据

---
 src/main/java/com/ruoyi/production/controller/ProductionProductMainController.java |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/main/java/com/ruoyi/production/controller/ProductionProductMainController.java b/src/main/java/com/ruoyi/production/controller/ProductionProductMainController.java
index 1dd597b..e4a0813 100644
--- a/src/main/java/com/ruoyi/production/controller/ProductionProductMainController.java
+++ b/src/main/java/com/ruoyi/production/controller/ProductionProductMainController.java
@@ -48,9 +48,7 @@
 
     @ApiOperation("鍒犻櫎鎶ュ伐")
     @DeleteMapping("/delete")
-    @Transactional(rollbackFor = Exception.class)
     public R delete(@RequestBody ProductionProductMainDto productionProductMainDto) {
-
         return R.ok(productionProductMainService.removeProductMain(productionProductMainDto.getId()));
     }
 

--
Gitblit v1.9.3