瀏覽代碼

返回字段

qinchaoyue 1 月之前
父節點
當前提交
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;