server/service/src/main/java/com/doumee/service/business/impl/CustomerServiceServiceImpl.java
@@ -144,8 +144,7 @@ if(Objects.isNull(customerService) || Objects.isNull(customerService.getId()) || StringUtils.isBlank(customerService.getMobile()) || StringUtils.isBlank(customerService.getName()) ){ || StringUtils.isBlank(customerService.getName())){ throw new BusinessException(ResponseStatus.BAD_REQUEST); } CustomerService model = customerServiceMapper.selectById(customerService.getId());