fix pdf文件夹名称

This commit is contained in:
glz
2026-06-29 17:04:23 +08:00
parent bdbef21fa8
commit c0bd6b8200
2 changed files with 3 additions and 5 deletions

View File

@ -251,7 +251,7 @@ public class AutoDotCodeConsumer(IConfiguration configuration,
#region OOS上
var tempOssDownloadKey = "Journal/download/" + downloadFileName;
var tempOssDownloadKey = "journal/download/" + downloadFileName;
const int bufferSize = 1 * 1024 * 1024; // 1MB