zoujiajian 2 лет назад
Родитель
Сommit
8bc6001db5
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      luma/src/main/java/com/yhlxj/service/midjourney/impl/LumaServiceImpl.java

+ 0 - 1
luma/src/main/java/com/yhlxj/service/midjourney/impl/LumaServiceImpl.java

@@ -114,7 +114,6 @@ public class LumaServiceImpl implements LumaService {
             conversation.setStatus("pending");
             conversation.setStatus("pending");
             conversation.setTaskId(taskId);
             conversation.setTaskId(taskId);
         }
         }
-        conversation.setTime(Optional.ofNullable(conversation.getTime()).orElse(0) + 5);
         if (conversation.getId() == null) {
         if (conversation.getId() == null) {
             conversationMapper.insert(conversation);
             conversationMapper.insert(conversation);
         }else {
         }else {