Эх сурвалжийг харах

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

fuwencai 9 сар өмнө
parent
commit
5a68b4e969

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