|
@@ -377,7 +377,7 @@ public class BatchDonloadServiceImpl implements IBatchDonloadService {
|
|
|
for (String num : nums) {
|
|
|
threadPoolExecutor.submit(() -> {
|
|
|
try {
|
|
|
- downloadService.downloadMeshScene(num);
|
|
|
+ downloadService.downloadLaserScene(num);
|
|
|
}catch (Exception e){
|
|
|
FileUtil.appendUtf8Lines(Lists.newArrayList(num), bashPath + "fail-laser.txt");
|
|
|
}
|