From 4cd9db9b35e6ce0cc40d88a6e1381b31e00ccd11 Mon Sep 17 00:00:00 2001 From: sxy <3187870250@qq.com> Date: Tue, 4 Mar 2025 15:06:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=AD=97=E6=AE=B5=E4=B8=8D?= =?UTF-8?q?=E5=B1=95=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/logic/register_logic.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/logic/register_logic.go b/internal/logic/register_logic.go index 34ba7ca..78185d5 100644 --- a/internal/logic/register_logic.go +++ b/internal/logic/register_logic.go @@ -185,6 +185,7 @@ func (r *Register) CheckByPhone(in *exhibition.RegisterInfo) (out *exhibition.Ch IdCardBackPhoto: record.IdCardBackPhoto, ArtistPhoto: record.ArtistPhoto, ArtworkFile: record.ArtworkFile, + ArtworkName: record.ArtworkName, CreatedAt: record.CreatedAt.Format("2006-01-02 15:04:05"), UpdatedAt: record.UpdatedAt.Format("2006-01-02 15:04:05"), }