瀏覽代碼

更新

master
huangjiajun 2 週之前
父節點
當前提交
5ac80b5a26
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      app/hdl/hdl_set_center.go

+ 1
- 1
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())


Loading…
取消
儲存