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;
         }