测试dir 文件名\替换为/

This commit is contained in:
2025-12-19 11:44:58 +08:00
parent 26f1a2b8ee
commit af333e72f5
@@ -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}");