Compare commits

..

No commits in common. "98f7cd1546e8db1410fe076450af1ebd1b94bb80" and "d3290e6473ef4c7d0c2bebcf7b40d449fdcc1733" have entirely different histories.

View File

@ -185,7 +185,6 @@ func (r *Register) CheckByPhone(in *exhibition.RegisterInfo) (out *exhibition.Ch
IdCardBackPhoto: record.IdCardBackPhoto, IdCardBackPhoto: record.IdCardBackPhoto,
ArtistPhoto: record.ArtistPhoto, ArtistPhoto: record.ArtistPhoto,
ArtworkFile: record.ArtworkFile, ArtworkFile: record.ArtworkFile,
ArtworkName: record.ArtworkName,
CreatedAt: record.CreatedAt.Format("2006-01-02 15:04:05"), CreatedAt: record.CreatedAt.Format("2006-01-02 15:04:05"),
UpdatedAt: record.UpdatedAt.Format("2006-01-02 15:04:05"), UpdatedAt: record.UpdatedAt.Format("2006-01-02 15:04:05"),
} }