@@ -789,7 +789,7 @@ func ProjectDetailHandle(dataList []map[string]interface{}, entId int64, positio
// 处理推送表相关字段
if pushInfo_, ok := newPushInfoMap[projectId]; ok {
sourceStr := []string{}
- if tmp.Source != "" {
+ if pushInfo_.Source != "" {
isDistribute_ = "未分发"
sourceSplit := strings.Split(pushInfo_.Source, ",")
for j := 0; j < len(sourceSplit); j++ {