qinchaoyue il y a 1 mois
Parent
commit
2b7c1139e0
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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;