dengbiao 4 weeks ago
parent
commit
8825430d1b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/svc/svc_master.go

+ 1
- 1
app/svc/svc_master.go View File

@@ -23,7 +23,7 @@ func GetMasterId(c *gin.Context) (masterId string) {
userAppDomainDb := implement.NewUserAppDomainDb(db.Db) userAppDomainDb := implement.NewUserAppDomainDb(db.Db)
userAppDomain, err := userAppDomainDb.GetAppDomainByHost(host) userAppDomain, err := userAppDomainDb.GetAppDomainByHost(host)
if err != nil { if err != nil {
e.OutErr(c, e.ERR_DB_ORM, err)it a
e.OutErr(c, e.ERR_DB_ORM, err)
return return
} }
if userAppDomain == nil { if userAppDomain == nil {


Loading…
Cancel
Save