소스 검색

更新

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


불러오는 중...
취소
저장