xiewj 5 달 전
부모
커밋
322463946b
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/main/java/com/fdkankan/scene/service/impl/SceneDownloadLogServiceImpl.java

+ 1 - 0
src/main/java/com/fdkankan/scene/service/impl/SceneDownloadLogServiceImpl.java

@@ -235,6 +235,7 @@ public class SceneDownloadLogServiceImpl extends ServiceImpl<ISceneDownloadLogMa
             result.put("path", sceneDownloadLog.getDownloadUrl());
             if(status == DownloadStatus.SUCCESS.code()){//如果是成功,需要匹配版本号,如果版本号不一致,需要返回需要重新生成表示
                 result.put("rebuildOffline", this.rebuildOffline(sceneDownloadLog));
+                result.put("buildOfflineEndTime", sceneDownloadLog.getUpdateTime());
             }
             return result;
         }