Compare commits
No commits in common. "20aea2e292ba348d8a78edd1806ecfec779cd8ef" and "541f6326615dc3a7248686361c2ff12810ceeeca" have entirely different histories.
20aea2e292
...
541f632661
@ -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],
|
||||||
Address1: row[3],
|
Address: row[3],
|
||||||
}
|
}
|
||||||
records = append(records, record)
|
records = append(records, record)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user