소스 검색

返回附件字段

qinchaoyue 3 주 전
부모
커밋
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.AdditionId = m.Key;
                     m.Additions = m.Key;
                     m.Additions = m.Key;
+                    m.FileName = m.Name;
                     });
                     });
         return outDto;
         return outDto;
     }
     }