@@ -270,7 +270,7 @@ func (u *UserIdConstructor) toCountUserSQL(userId string) string {
}
// 从数据库查询
-func (u *UserIdConstructor) CountUser(userId string) (count int64) {
+func (u *UserIdConstructor) CountUser(userId string) (count uint64) {
if !u.InitTagList() {
return 0