cloudroam
2025-01-07 12b95a4ef0392330f275f0a9fa9da42bb39bb5bd
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