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