|
|
@@ -194,7 +194,7 @@ public class MidjourneyServiceImpl implements MidjourneyService {
|
|
|
conversation.setMode(mode);
|
|
|
conversation.setStartTime(System.currentTimeMillis());
|
|
|
conversation.setProgress("0%");
|
|
|
- conversation.setStatus(result.getCode() == 21 ? "NOT_START" : "IN_PROGRESS");
|
|
|
+ conversation.setStatus(result.getCode() == 21 ? "MODAL" : "IN_PROGRESS");
|
|
|
conversation.setTaskId(taskId);
|
|
|
}
|
|
|
if (MapUtil.isNotEmpty(properties)) {
|