xiewj 5 months ago
parent
commit
322463946b

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