Browse Source

feat:日志调整

fuwencai 9 months ago
parent
commit
0c0c0244ea
1 changed files with 1 additions and 1 deletions
  1. 1 1
      service/userGroupService.go

+ 1 - 1
service/userGroupService.go

@@ -265,7 +265,7 @@ func (u *UserIdConstructor) toCountUserSQL(userId string) string {
 		sqlList = append(sqlList, tagSql)
 	}
 	u.countUserSQL = fmt.Sprintf(countUserSql, userId, strings.Join(sqlList, " or "))
-	log.Println("toCountUserSQL:", u.baseQuerySQL)
+	log.Println("toCountUserSQL:", u.countUserSQL)
 	return u.countUserSQL
 }