Browse Source

Merge branch 'dev/v4.8.23.2_wh' of qmx/jy into hotfix/v4.8.23.2

王浩 2 years ago
parent
commit
f1e2facb9d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/jfw/modules/bigmember/src/service/follow/project.go

+ 1 - 0
src/jfw/modules/bigmember/src/service/follow/project.go

@@ -234,6 +234,7 @@ func mergeFollowDetail(followInfo, projectInfo map[string]interface{}, sid, fid
 			"remindtime":  nil,                                         //提醒时间
 		}
 	} else { //已关注
+		followInfo["fid"] = qutil.If(fid == "", "", util.EncodeId(fid))
 		if followInfo["bidopentime"] == nil && projectInfo["bidopentime"] != nil {
 			followInfo["bidopentime"] = projectInfo["bidopentime"]
 		}