소스 검색

fix 视频时长

zoujiajian 2 년 전
부모
커밋
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.setTaskId(taskId);
         }
-        conversation.setTime(Optional.ofNullable(conversation.getTime()).orElse(0) + 5);
         if (conversation.getId() == null) {
             conversationMapper.insert(conversation);
         }else {