瀏覽代碼

返回附件字段

qinchaoyue 2 周之前
父節點
當前提交
910b1674dd
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/Hotline.Application/Snapshot/IndustryApplication.cs

+ 1 - 0
src/Hotline.Application/Snapshot/IndustryApplication.cs

@@ -104,6 +104,7 @@ public class IndustryApplication : IIndustryApplication, IScopeDependency
                     {
                     m.AdditionId = m.Key;
                     m.Additions = m.Key;
+                    m.FileName = m.Name;
                     });
         return outDto;
     }