|
@@ -86,7 +86,7 @@ func SearchReport(keyWord string, pageIndex, pageSize int) (ret *response.Report
|
|
|
temp.PublishTime, err = time.ParseInLocation(utils.FormatDateTime, reportItem.PublishTime, time.Local)
|
|
|
temp.Abstract = reportItem.Abstract
|
|
|
temp.Author = reportItem.Author
|
|
|
- temp.StageStr = reportItem.StageStr
|
|
|
+ temp.Stage = reportItem.StageStr
|
|
|
|
|
|
if len(v.Highlight["Title"]) > 0 {
|
|
|
temp.Title = v.Highlight["Title"][0]
|