浏览代码

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 {