dengbiao 5 days ago
parent
commit
cde297e729
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/hdl/hdl_set_center.go

+ 1
- 1
app/hdl/hdl_set_center.go View File

@@ -458,7 +458,7 @@ func ShareIndex(c *gin.Context) {
}

medium := new(model.UserAppDomain)
_, err = db.Db.Where("type =?", "medium").And("uuid =?", masterId).And("is_ssl =1").Get(agent)
_, err = db.Db.Where("type =?", "medium").And("uuid =?", masterId).And("is_ssl =1").Get(medium)
if err != nil {
e.OutErr(c, e.ERR_DB_ORM, err.Error())
return


Loading…
Cancel
Save