From 12b95a4ef0392330f275f0a9fa9da42bb39bb5bd Mon Sep 17 00:00:00 2001
From: cloudroam <cloudroam>
Date: 星期二, 07 一月 2025 16:10:51 +0800
Subject: [PATCH] add:配置2

---
 src/main/java/com/mzl/flower/service/config/impl/ConfigCustomerServiceServiceImpl.java |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/main/java/com/mzl/flower/service/config/impl/ConfigCustomerServiceServiceImpl.java b/src/main/java/com/mzl/flower/service/config/impl/ConfigCustomerServiceServiceImpl.java
index 9d7edb9..e844bc6 100644
--- a/src/main/java/com/mzl/flower/service/config/impl/ConfigCustomerServiceServiceImpl.java
+++ b/src/main/java/com/mzl/flower/service/config/impl/ConfigCustomerServiceServiceImpl.java
@@ -36,7 +36,6 @@
         BeanUtils.copyProperties(configCustomerServiceDTO, configCustomerService);
         configCustomerService.create(SecurityUtils.getUserId());
         configCustomerServiceMapper.insert(configCustomerService);
-
     }
 
     @Override
@@ -45,7 +44,6 @@
         BeanUtils.copyProperties(configCustomerServiceDTO, configCustomerServiceInfo);
         configCustomerServiceInfo.update(SecurityUtils.getUserId());
         configCustomerServiceMapper.updateById(configCustomerServiceInfo);
-
     }
 
     @Override

--
Gitblit v1.9.3