From 5ac80b5a26f4d9c2b437a7464ff4a104f79f0614 Mon Sep 17 00:00:00 2001 From: huangjiajun <582604932@qq.com> Date: Thu, 5 Sep 2024 17:15:43 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/hdl/hdl_set_center.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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())