Browse Source

返回附件字段

qinchaoyue 3 tuần trước cách đây
mục cha
commit
910b1674dd
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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;
     }