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