Browse Source

返回附件字段

qinchaoyue 3 weeks ago
parent
commit
910b1674dd
1 changed files with 1 additions and 0 deletions
  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;
     }