Browse Source

feat:项目数量日志

wangshan 3 years ago
parent
commit
1058ca8092
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/jfw/modules/bigmember/src/entity/followProject.go

+ 1 - 1
src/jfw/modules/bigmember/src/entity/followProject.go

@@ -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 {