|
|
@@ -326,7 +326,7 @@ public class ListeningPlanServiceImpl implements ListeningPlanServiceInterface{
|
|
|
.switchIfEmpty(Mono.error(new BaseException("计划错误")))
|
|
|
.onErrorResume(throwable -> Mono.error(new Exception(throwable.getMessage())))
|
|
|
.flatMap(f -> {
|
|
|
- ListeningPlanNew listeningPlanNew = new ListeningPlanNew(null,
|
|
|
+ ListeningPlanNew listeningPlanNew = new ListeningPlanNew(IdUtil.fastSimpleUUID(),
|
|
|
f.name(),
|
|
|
userName,
|
|
|
userId,
|