ziwen 1 vuosi sitten
vanhempi
commit
4a3fe7606c
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      models/system/sys_role_admin.go

+ 1 - 0
models/system/sys_role_admin.go

@@ -22,3 +22,4 @@ func GetRoleIdsByAdminId(adminId int) (items []*SysRoleAdmin, err error) {
 	_, err = orm.NewOrm().Raw(sql, adminId).QueryRows(&items)
 	return
 }
+