|
@@ -686,6 +686,8 @@ func GetReportList(user user.UserInfo, keyWord string, classifyIdFirst, classify
|
|
|
temp.ClassifyNameSecond = v.Highlight["ClassifyNameSecond"][0]
|
|
|
}
|
|
|
temp.Abstract = reportItem.Abstract
|
|
|
+ stageInt, _ := strconv.Atoi(reportItem.StageStr)
|
|
|
+ temp.Stage = stageInt
|
|
|
temp.StageStr = reportItem.StageStr
|
|
|
temp.Title = reportItem.Title
|
|
|
temp.PublishTime, err = time.Parse("2006-01-02 15:04:05", reportItem.PublishTime)
|