陶杰
2025-01-08 ae1471f378f399f76518539ec8992e64a3673436
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