正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -154,7 +154,7 @@ func (l *MiniCreateArticleLogic) MiniCreateArticle(req *types.MiniArticleCreateR | @@ -154,7 +154,7 @@ func (l *MiniCreateArticleLogic) MiniCreateArticle(req *types.MiniArticleCreateR | ||
154 | WhoRead: whoRead, | 154 | WhoRead: whoRead, |
155 | WhoReview: whoReview, | 155 | WhoReview: whoReview, |
156 | Location: domain.Location{ | 156 | Location: domain.Location{ |
157 | - Longitude: req.Location.Latitude, | 157 | + Longitude: req.Location.Longitude, |
158 | Latitude: req.Location.Latitude, | 158 | Latitude: req.Location.Latitude, |
159 | Descript: req.Location.Descript, | 159 | Descript: req.Location.Descript, |
160 | }, | 160 | }, |
-
请 注册 或 登录 后发表评论