@@ -311,7 +311,7 @@ var (
// GetFollowList 获取列表页
func (this *ProjectFollow) GetFollowList(pNum, pSize, entUserId int) (followData []map[string]interface{}, hasNext bool, count int, err error) {
-
+ log.Println("--查询关注项目数量--")
count = qutil.IntAll(db.Base.CountBySql(`select count(id) as count from follow_project_monitor where s_userid= ?`, this.UserId))
log.Println("count:", count)
if count == 0 {