...
|
...
|
@@ -154,7 +154,7 @@ func (l *MiniCreateArticleLogic) MiniCreateArticle(req *types.MiniArticleCreateR |
|
|
WhoRead: whoRead,
|
|
|
WhoReview: whoReview,
|
|
|
Location: domain.Location{
|
|
|
Longitude: req.Location.Latitude,
|
|
|
Longitude: req.Location.Longitude,
|
|
|
Latitude: req.Location.Latitude,
|
|
|
Descript: req.Location.Descript,
|
|
|
},
|
...
|
...
|
|