Ver código fonte

fix_物流补充task_id

Ethan 6 dias atrás
pai
commit
2bfcb62e73
2 arquivos alterados com 2 adições e 0 exclusões
  1. 1 0
      app/service/task_info_service.go
  2. 1 0
      app/vo/re_logistics_talent.go

+ 1 - 0
app/service/task_info_service.go

@@ -81,6 +81,7 @@ func (t TaskInfoService) LogisticsTalentList(param *vo.LogisticsTalentParam) (*v
 			Gender:      talentInfo.Sex,
 		}
 		reLogisticsTalent := &vo.ReLogisticsTalent{
+			TaskId:             projectTaskInfo.TaskID,
 			TalentPostAddrSnap: projectTaskInfo.TalentPostAddrSnap,
 			ReTalentPreview:    talentPreview,
 			LogisticsId:        taskLogistics.LogisticsID,

+ 1 - 0
app/vo/re_logistics_talent.go

@@ -1,6 +1,7 @@
 package vo
 
 type ReLogisticsTalent struct {
+	TaskId             string         `json:"taskId"`
 	LogisticsId        int64          `json:"logisticsId"`        // 物流id
 	CompanyName        string         `json:"companyName"`        // 快递公司
 	LogisticsNumber    string         `json:"logisticsNumber"`    // 快递单号