Browse Source

Merge branch 'cygx_10.3' of http://8.136.199.33:3000/hongze/hongze_cygx into debug

xingzai 2 years ago
parent
commit
fccfd2c466
1 changed files with 1 additions and 1 deletions
  1. 1 1
      services/admin.go

+ 1 - 1
services/admin.go

@@ -43,7 +43,7 @@ func GetRaiAdminMobileMap() (mapItem map[string]string) {
 
 		}
 	}()
-	adminList, e := models.GetAdminByRole()
+	adminList, e := models.GetRaiAdmin()
 	if e != nil {
 		err = e
 		return