dengbiao 4 주 전
부모
커밋
8825430d1b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      app/svc/svc_master.go

+ 1
- 1
app/svc/svc_master.go 파일 보기

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


불러오는 중...
취소
저장