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