server/service/src/main/java/com/doumee/service/business/impl/SolutionsServiceImpl.java
@@ -98,6 +98,7 @@ solutions.setDataType(Constants.ZERO); solutions.setStatus(Constants.ZERO); solutions.setCorrectWarnTime(solutionsBase.getCorrectWarnTime()); solutions.setDelOnlyReplace(solutionsBase.getDelOnlyReplace()); //2024年6月17日15:56:18 仅支持替换模式下,批增日期 等于 批减日期 if(Constants.equalsInteger(solutions.getDelOnlyReplace(),Constants.ONE)){ solutions.setAddValidDays(solutions.getDelValidDays());