测试dir 文件名\替换为/

Test_IRC_Net8
hang 2025-12-19 11:44:58 +08:00
parent 26f1a2b8ee
commit af333e72f5
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ namespace IRaCIS.Core.Application.Helper
var dicomFile = new DicomFile(dataset);
// 文件名递增格式IM_00001, IM_00002, ...
string filename = $@"IMAGE/IM_{index:D5}"; // :D5 表示补足5位
string filename = $@"IMAGE\IM_{index:D5}"; // :D5 表示补足5位
mappings.Add($"{filename} => {item.InstanceId}");