|
|
@@ -721,7 +721,7 @@ public class CoreEduTrainingPlanServiceImpl extends ServiceImpl<CoreEduTrainingP
|
|
|
final CompletableFuture<List<CoreEduTrainingPlan>> planListFuture = CompletableFuture.supplyAsync(() -> {
|
|
|
List<CoreEduTrainingPlan> planList = lambdaQuery()
|
|
|
.eq(CoreEduTrainingPlan::getParentId, planId)
|
|
|
- .select(CoreEduTrainingPlan::getId).list();
|
|
|
+ .list();
|
|
|
if (planList.isEmpty()) {
|
|
|
planList = buildPlanData(plan, new ArrayList<>(), true, status);
|
|
|
} else {
|