From 5ba05220d375457dbfa23642d17b36d2bdef4d9e Mon Sep 17 00:00:00 2001 From: jjxu <428192774@qq.com> Date: Wed, 29 Mar 2023 11:03:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E7=94=BB=E5=AE=B6=E8=A1=A5?= =?UTF-8?q?=E5=85=85=E4=BF=A1=E6=81=AF=E5=AD=97=E6=AE=B5=E9=95=BF=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cmd/model/artshow_artist_supplement.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/model/artshow_artist_supplement.go b/cmd/model/artshow_artist_supplement.go index 0de74df..c510c87 100644 --- a/cmd/model/artshow_artist_supplement.go +++ b/cmd/model/artshow_artist_supplement.go @@ -19,7 +19,7 @@ type ArtshowArtistSupplement struct { AuditMark2 string `json:"auditMark2" gorm:"column:audit_mark2;comment:审核备注2"` ArtistName string `json:"artistName" gorm:"column:artist_name;comment:"` - ArtistProfile string `json:"artistProfile" gorm:"column:artist_profile;comment:个人简介"` + ArtistProfile string `json:"artistProfile" gorm:"column:artist_profile;type:text;comment:个人简介"` CountryArtLevel int64 `json:"countryArtLevel" gorm:"column:country_art_level;default:1;comment:国家美术师级别: 1=无 2=1级 3=2级"` ArtistCertPic string `json:"artistCertPic" gorm:"column:artist_cert_pic;comment:国家美术师证书"` BankNum string `json:"bank_num" gorm:"column:bank_num;comment:开户行"`