浏览代码

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
 	}