jiangping
2024-06-18 6a76e1e6b05cb8cb8dd19299f23d1b825adf4abd
server/service/src/main/java/com/doumee/service/business/impl/SolutionsServiceImpl.java
@@ -169,7 +169,11 @@
        ){
            throw new BusinessException(ResponseStatus.BAD_REQUEST);
        }
        if(!(Constants.equalsInteger(solutions.getTimeUnit(),Constants.TWO)
                &&(Constants.equalsInteger(solutions.getInsureCycleUnit(),Constants.TWO)
                    ||Constants.equalsInteger(solutions.getInsureCycleUnit(),Constants.TWO)))){
            solutions.setDelOnlyReplace(Constants.ZERO);
        }
    }
    @Override