소스 검색

语音文件的url调整

王苗苗 4 일 전
부모
커밋
3b3e72a7b6
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      slibra-admin/src/main/java/com/slibra/web/controller/business/TCallRecordController.java

+ 2 - 1
slibra-admin/src/main/java/com/slibra/web/controller/business/TCallRecordController.java

@@ -234,7 +234,8 @@ public class TCallRecordController extends BaseController
         ByteArrayOutputStream byteArrayOutputStream = new ByteArrayOutputStream();
         try (ZipOutputStream zipOutputStream = new ZipOutputStream(byteArrayOutputStream)) {
             for (String fileName : fileNames) {
-                File file = new File(FILE_STORAGE_LOCATION + fileName);
+//                File file = new File(FILE_STORAGE_LOCATION + fileName);
+                File file = new File(fileName);
                 if (!file.exists()) {
                     logger.error("File not found: " + fileName);
                     continue;//查询其他的