From ed3c23724d9044fa5d9fd97df9870487acc7de63 Mon Sep 17 00:00:00 2001 From: daiyb <570956418@qq.com> Date: Mon, 19 Jan 2026 10:36:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E8=89=BA=E4=BA=BA=E7=BC=96?= =?UTF-8?q?=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg/service/cast/work.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/service/cast/work.go b/pkg/service/cast/work.go index 1ccd7b8..645dc82 100644 --- a/pkg/service/cast/work.go +++ b/pkg/service/cast/work.go @@ -1386,6 +1386,7 @@ func ImportWorkBatch(ctx *gin.Context) { temp.ArtistName = subInfoResp.Name temp.ArtistPhone = subInfoResp.TelNum temp.ArtistPhoneAreaCode = subInfoResp.TelAreaCode + temp.ArtistSubNum = subInfoResp.SubNum } if len(row) > 7 { temp.Title = utils.CleanString(row[7])