|
|
@@ -1100,7 +1100,6 @@ public class MidjourneyServiceImpl implements MidjourneyService {
|
|
|
}
|
|
|
});
|
|
|
|
|
|
- TASK_EXECUTOR.execute(()->{
|
|
|
try {
|
|
|
handleCallback(conversation);
|
|
|
conversationMapper.update(null, QueryWrapperUtils.buildUpdateWrapper((wrapper)->{
|
|
|
@@ -1109,7 +1108,6 @@ public class MidjourneyServiceImpl implements MidjourneyService {
|
|
|
} catch (Exception e) {
|
|
|
log.error("发送任务出错 taskId:{}, error:{}", conversation.getTaskId(), StringUtil.getErrorText(e));
|
|
|
}
|
|
|
- });
|
|
|
|
|
|
}
|
|
|
|