Merge branch 'feature-four-daiyb' into dev

This commit is contained in:
戴育兵 2026-01-19 10:36:34 +08:00
commit a2ea3e1143

View File

@ -1504,6 +1504,7 @@ func ImportWorkBatch(ctx *gin.Context) {
temp.ArtistName = subInfoResp.Name temp.ArtistName = subInfoResp.Name
temp.ArtistPhone = subInfoResp.TelNum temp.ArtistPhone = subInfoResp.TelNum
temp.ArtistPhoneAreaCode = subInfoResp.TelAreaCode temp.ArtistPhoneAreaCode = subInfoResp.TelAreaCode
temp.ArtistSubNum = subInfoResp.SubNum
} }
if len(row) > 7 { if len(row) > 7 {