Compare commits

..

No commits in common. "20aea2e292ba348d8a78edd1806ecfec779cd8ef" and "541f6326615dc3a7248686361c2ff12810ceeeca" have entirely different histories.

View File

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