From 1cc0d488b65a0a153383d284eec7ad86e1cec941 Mon Sep 17 00:00:00 2001
From: bluejay <253316343@qq.com>
Date: 星期一, 14 四月 2025 15:35:56 +0800
Subject: [PATCH] 气体管路,钣金计划 前端联调

---
 aps-modules/aps-core/src/main/java/com/aps/core/service/impl/ApsGasPipingPlanServiceImpl.java |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/aps-modules/aps-core/src/main/java/com/aps/core/service/impl/ApsGasPipingPlanServiceImpl.java b/aps-modules/aps-core/src/main/java/com/aps/core/service/impl/ApsGasPipingPlanServiceImpl.java
index 26ed8e3..dcec12f 100644
--- a/aps-modules/aps-core/src/main/java/com/aps/core/service/impl/ApsGasPipingPlanServiceImpl.java
+++ b/aps-modules/aps-core/src/main/java/com/aps/core/service/impl/ApsGasPipingPlanServiceImpl.java
@@ -15,6 +15,7 @@
 import com.aps.core.mapper.ApsGasPipingPlanMapper;
 import com.aps.core.domain.ApsGasPipingPlan;
 import com.aps.core.service.IApsGasPipingPlanService;
+import org.springframework.transaction.annotation.Transactional;
 
 /**
  * 姘斾綋绠¤矾璁″垝绠$悊Service涓氬姟灞傚鐞�
@@ -104,8 +105,11 @@
         return apsGasPipingPlanMapper.deleteApsGasPipingPlanById(id);
     }
 
+    @Transactional
     @Override
     public int confirmGasPiping(ApsGasPipingPlanTemp apsGasPipingPlanTemp) {
+        //鍒犻櫎鎵�鏈夎鍒�
+        apsGasPipingPlanMapper.removeAllPlans();
         //鏌ヨ涓存椂琛ㄦ暟鎹�
         List<ApsGasPipingPlanTemp> apsGasPipingPlanTemps=apsGasPipingPlanTempMapper.selectApsGasPipingPlanTempList(apsGasPipingPlanTemp);
         int count=0;

--
Gitblit v1.9.3