Merge branch 'sxy' into dev

This commit is contained in:
孙肖扬 2025-03-05 14:12:34 +08:00
commit 20aea2e292

View File

@ -311,7 +311,7 @@ func ImportRecordByExcel(c *gin.Context) {
ArtistName: row[0], ArtistName: row[0],
PhoneNum: row[1], PhoneNum: row[1],
ArtworkName: row[2], ArtworkName: row[2],
Address: row[3], Address1: row[3],
} }
records = append(records, record) records = append(records, record)
} }