| | |
| | | @Override |
| | | public boolean saveBatchTaskResult(List<GdTaskResultEntity> gdTaskResultEntities) { |
| | | gdTaskResultEntities.forEach(gdTaskResult -> { |
| | | String resultUrl = gdTaskResult.getResultUrl(); |
| | | // 使用HeaderUtils处理区域代码 |
| | | // resultUrl = http://220.177.172.27:8100/S3/xcy010.eoshlw.internal.jazwy.cn/2026/04/23/DJI_20260128135433_0005_V_20260423111422A015.jpeg |
| | | // resultUrl = http://220.177.172.27:8100/S3/xcy010.eoshlw.internal.jazwy.cn/2026/04/23/2026-04-23-09-50-29-0_20260423190046A001.mp4 |
| | | gdTaskResult.setAttachmentType(HeaderUtils.getAttachmentType(resultUrl)); |
| | | String processedAreaCode = HeaderUtils.processAreaCode(gdTaskResult.getAreaCode()); |
| | | gdTaskResult.setAreaCode(processedAreaCode); |
| | | gdTaskResult.setStatus(0); |