diff --git a/app/hdl/hdl_set_center.go b/app/hdl/hdl_set_center.go index f4c94b5..9d893d3 100644 --- a/app/hdl/hdl_set_center.go +++ b/app/hdl/hdl_set_center.go @@ -314,7 +314,7 @@ func AppletUpdate(c *gin.Context) { return } UserWxAppletList.Logo = req.Logo - UserWxAppletList.Name = req.Logo + UserWxAppletList.Name = req.Name _, err = userWxAppletListDb.UpdateUserWxAppletList(UserWxAppletList, "logo", "name") if err != nil { e.OutErr(c, e.ERR_DB_ORM, err.Error())