|
@@ -122,7 +122,8 @@ public class DownloadServiceImpl implements IDownloadService {
|
|
|
private FYunFileServiceInterface fYunFileService;
|
|
|
@Autowired
|
|
|
private RedisUtil redisUtil;
|
|
|
-
|
|
|
+ @Autowired
|
|
|
+ private LaserService laserService;
|
|
|
|
|
|
|
|
|
@Override
|
|
@@ -331,7 +332,7 @@ public class DownloadServiceImpl implements IDownloadService {
|
|
|
|
|
|
@Override
|
|
|
public void downloadLaserScene(String num) throws Exception {
|
|
|
-
|
|
|
+ laserService.downloadHandler(num);
|
|
|
}
|
|
|
|
|
|
private void zipGetInfoJson(String num, cn.hutool.json.JSONObject getInfo) throws Exception{
|