|
@@ -139,12 +139,16 @@ public class TowerServiceImpl implements ITowerService {
|
|
|
|
|
|
log.info("结束下载,开始推送:{}", num);
|
|
|
|
|
|
- try {
|
|
|
+// try {
|
|
|
// this.dataPush(num, title, towerSceneBean.getSceneId(), towerSceneBean.getRoomId(), zipPath);
|
|
|
- }finally {
|
|
|
- FileUtil.del(scenePath);
|
|
|
- FileUtil.del(sceneSourcePath);
|
|
|
- }
|
|
|
+// }finally {
|
|
|
+// FileUtil.del(scenePath);
|
|
|
+// FileUtil.del(sceneSourcePath);
|
|
|
+// }
|
|
|
+
|
|
|
+// FileUtil.del(scenePath);
|
|
|
+ FileUtil.copy(zipPath, parentPath, true);
|
|
|
+ FileUtil.del(scenePath);
|
|
|
|
|
|
return zipPath;
|
|
|
}
|