qinchaoyue 1 mēnesi atpakaļ
vecāks
revīzija
2b7c1139e0

+ 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;