导入数据

This commit is contained in:
孙肖扬 2025-03-05 14:12:19 +08:00
parent 7fc809363e
commit a8f83d09fe

View File

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