|
|
@@ -190,7 +190,7 @@ public class SopExecutionPlanServiceImpl extends ServiceImpl<SopExecutionPlanMap
|
|
|
String yyyymmdd = SuperDateUtils.getYYYYMMDD();
|
|
|
List<String> adjacentDatesYearDay = SuperDateUtils.getAdjacentDatesYearDay(
|
|
|
yyyymmdd,
|
|
|
- null,
|
|
|
+ sopExecutionPlanDO.getEndValue(),
|
|
|
bean.getFrequency(),
|
|
|
Integer.parseInt(bean.getTimePoint()),
|
|
|
10);
|
|
|
@@ -212,7 +212,7 @@ public class SopExecutionPlanServiceImpl extends ServiceImpl<SopExecutionPlanMap
|
|
|
String yyyymmdd = SuperDateUtils.getYYYYMMDD();
|
|
|
List<String> adjacentDatesMonthDay = SuperDateUtils.getAdjacentDatesMonthDay(
|
|
|
yyyymmdd,
|
|
|
- null,
|
|
|
+ sopExecutionPlanDO.getEndValue(),
|
|
|
bean.getFrequency(),
|
|
|
Integer.parseInt(bean.getTimePoint()),
|
|
|
10);
|
|
|
@@ -256,7 +256,7 @@ public class SopExecutionPlanServiceImpl extends ServiceImpl<SopExecutionPlanMap
|
|
|
String yyyymmdd = SuperDateUtils.getYYYYMMDD();
|
|
|
List<String> adjacentDatesByDay = SuperDateUtils.getAdjacentDatesByDay(
|
|
|
yyyymmdd,
|
|
|
- null,
|
|
|
+ sopExecutionPlanDO.getEndValue(),
|
|
|
bean.getFrequency(),
|
|
|
10);
|
|
|
for (String s : adjacentDatesByDay) {
|