ソースを参照

feat:荟聚迁移二期-sql调整

fuwencai 9 ヶ月 前
コミット
5a68b4e969
1 ファイル変更1 行追加1 行削除
  1. 1 1
      service/userGroupService.go

+ 1 - 1
service/userGroupService.go

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