Browse Source

no message

xingzai 1 year ago
parent
commit
214f2162cd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      services/admin.go

+ 1 - 1
services/admin.go

@@ -6,7 +6,7 @@ import (
 )
 
 func GetAdminMobileMap() (mapItem map[string]string, err error) {
-	adminList, e := models.GetAdminByRole()
+	adminList, e := models.GetRaiAdmin()
 	if e != nil {
 		err = e
 		return