k94314517
2025-07-03 722ae12e6b2e29ccb6f9d208ad231957ea42a091
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());