From ae1471f378f399f76518539ec8992e64a3673436 Mon Sep 17 00:00:00 2001 From: 陶杰 <1378534974@qq.com> Date: 星期三, 08 一月 2025 15:26:06 +0800 Subject: [PATCH] 1.订单提交:订单最小金额配置 --- 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