添加艺人编号

This commit is contained in:
戴育兵 2026-01-19 10:36:28 +08:00
parent de4020fbbe
commit ed3c23724d

View File

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