Kaynağa Gözat

返回附件字段

qinchaoyue 3 hafta önce
ebeveyn
işleme
910b1674dd

+ 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;
     }