瀏覽代碼

feat:项目数量日志

wangshan 3 年之前
父節點
當前提交
1058ca8092
共有 1 個文件被更改,包括 1 次插入1 次删除
  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 {