dengbiao hace 5 días
padre
commit
cde297e729
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      app/hdl/hdl_set_center.go

+ 1
- 1
app/hdl/hdl_set_center.go Ver fichero

@@ -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


Cargando…
Cancelar
Guardar