qinchaoyue 1 месяц назад
Родитель
Сommit
2b7c1139e0
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      src/Hotline.Application/Snapshot/IndustryApplication.cs

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

@@ -392,6 +392,7 @@ public class IndustryApplication : IIndustryApplication, IScopeDependency
             .Select((volunteer, dic) => new VolunteerReportItemsOutDto
             {
                 JobType = dic.DicDataName,
+                PhoneNumber = volunteer.DeclarePhoneNumber,
                 FullAddress = volunteer.Address + volunteer.FullAddress
             }, true);
         return query;