|
@@ -247,7 +247,7 @@ func GetLocallifetaskList(ctx context.Context, request http_model.GetLocalTaskLi
|
|
|
}
|
|
|
}
|
|
|
boperator := getBOperator(db, task.BOperator, task.BOperatorType)
|
|
|
- nickname, headurl, gender, fans, voteavg := getTalentinfo(db, task.TalentId)
|
|
|
+ nickname, headurl, gender, fans, voteavg := getTalentinfo(db, task.OpenId)
|
|
|
Iscoop := getIscoop(db, task.TalentId, request.EnterPriseId)
|
|
|
s_type, s_name := stype(db, task.SupplierId, task.SupplierStatus, localinfo.LocalType)
|
|
|
response := &http_model.LocaLTaskInfo{
|
|
@@ -726,7 +726,7 @@ func GetLocalPreSketchList(ctx context.Context, request http_model.LocalPreSketc
|
|
|
taskInfoPointers := make([]*http_model.LocalTasksketchInfo, 0, len(projecrtaskinfo))
|
|
|
|
|
|
for _, task := range projecrtaskinfo {
|
|
|
- nickname, headurl, gender, fans, voteavg := getTalentinfo(db, task.TalentId)
|
|
|
+ nickname, headurl, gender, fans, voteavg := getTalentinfo(db, task.OpenId)
|
|
|
Iscoop := getIscoop(db, task.TalentId, request.EnterpriseId)
|
|
|
s_type, s_name := stype(db, task.SupplierId, task.SupplierStatus, localinfo.LocalType)
|
|
|
taskinfo := &http_model.LocaLTaskInfo{
|
|
@@ -835,7 +835,7 @@ func GetLocalSketchList(ctx context.Context, request http_model.LocalTasksketchl
|
|
|
}
|
|
|
taskInfoPointers := make([]*http_model.LocalTasksketchinfo, 0, len(projecrtaskinfo))
|
|
|
for _, task := range projecrtaskinfo {
|
|
|
- nickname, headurl, gender, fans, voteavg := getTalentinfo(db, task.TalentId)
|
|
|
+ nickname, headurl, gender, fans, voteavg := getTalentinfo(db, task.OpenId)
|
|
|
s_type, s_name := stype(db, task.SupplierId, task.SupplierStatus, localinfo.LocalType)
|
|
|
taskinfo := &http_model.LocaLTaskInfo{
|
|
|
TaskId: task.TaskId,
|
|
@@ -960,7 +960,7 @@ func GetLocalPreLinkList(ctx context.Context, request http_model.LocalPreLinkLis
|
|
|
}
|
|
|
taskInfoPointers := make([]*http_model.LocalTasklinkinfo, 0, len(projecrtaskinfo))
|
|
|
for _, task := range projecrtaskinfo {
|
|
|
- nickname, headurl, gender, fans, voteavg := getTalentinfo(db, task.TalentId)
|
|
|
+ nickname, headurl, gender, fans, voteavg := getTalentinfo(db, task.OpenId)
|
|
|
Iscoop := getIscoop(db, task.TalentId, request.EnterpriseId)
|
|
|
s_type, s_name := stype(db, task.SupplierId, task.SupplierStatus, localinfo.LocalType)
|
|
|
taskinfo := &http_model.LocaLTaskInfo{
|
|
@@ -1069,7 +1069,7 @@ func GetLocalLinkList(ctx context.Context, request http_model.LocalTaskLinklistR
|
|
|
}
|
|
|
taskInfoPointers := make([]*http_model.LocalTaskLinkinfo, 0, len(projecrtaskinfo))
|
|
|
for _, task := range projecrtaskinfo {
|
|
|
- nickname, headurl, gender, fans, voteavg := getTalentinfo(db, task.TalentId)
|
|
|
+ nickname, headurl, gender, fans, voteavg := getTalentinfo(db, task.OpenId)
|
|
|
Iscoop := getIscoop(db, task.TalentId, request.EnterpriseId)
|
|
|
s_type, s_name := stype(db, task.SupplierId, task.SupplierStatus, localinfo.LocalType)
|
|
|
taskinfo := &http_model.LocaLTaskInfo{
|
|
@@ -1195,7 +1195,7 @@ func GetLocalPreDataList(ctx context.Context, request http_model.LocalPreDataLis
|
|
|
}
|
|
|
taskInfoPointers := make([]*http_model.LocalTaskdatainfo, 0, len(projecrtaskinfo))
|
|
|
for _, task := range projecrtaskinfo {
|
|
|
- nickname, headurl, gender, fans, voteavg := getTalentinfo(db, task.TalentId)
|
|
|
+ nickname, headurl, gender, fans, voteavg := getTalentinfo(db, task.OpenId)
|
|
|
Iscoop := getIscoop(db, task.TalentId, request.EnterpriseId)
|
|
|
s_type, s_name := stype(db, task.SupplierId, task.SupplierStatus, localinfo.LocalType)
|
|
|
taskinfo := &http_model.LocaLTaskInfo{
|
|
@@ -1304,7 +1304,7 @@ func GetLocalDataList(ctx context.Context, request http_model.LocalTaskDatalistR
|
|
|
}
|
|
|
taskInfoPointers := make([]*http_model.LocalTaskDatainfo, 0, len(projecrtaskinfo))
|
|
|
for _, task := range projecrtaskinfo {
|
|
|
- nickname, headurl, gender, fans, voteavg := getTalentinfo(db, task.TalentId)
|
|
|
+ nickname, headurl, gender, fans, voteavg := getTalentinfo(db, task.OpenId)
|
|
|
Iscoop := getIscoop(db, task.TalentId, request.EnterpriseId)
|
|
|
s_type, s_name := stype(db, task.SupplierId, task.SupplierStatus, localinfo.LocalType)
|
|
|
taskinfo := &http_model.LocaLTaskInfo{
|