|
|
@@ -175,7 +175,6 @@ public class CoreServiceImpl implements CoreService {
|
|
|
}
|
|
|
retryCount++;
|
|
|
}
|
|
|
- allLongArticleSystemPlans = allLongArticleSystemPlans.stream().filter(o -> o.getId().equals("20260409030333343928599")).collect(Collectors.toList());
|
|
|
for (LongArticleSystemPlan longArticleSystemPlan : allLongArticleSystemPlans) {
|
|
|
Plan plan = createPlan(longArticleSystemPlan);
|
|
|
planAccountService.saveOrUpdatePlan(plan);
|