|
@@ -375,6 +375,7 @@ func (this *ReportArticleController) ReportArticleList() {
|
|
|
list[k].HttpUrl = utils.CYGX_WEB_URL + "/material/ricc/yb/report/" + strconv.Itoa(v.ReportId)
|
|
|
} else {
|
|
|
list[k].HttpUrl = utils.CYGX_WEB_URL + "/material/info/" + strconv.Itoa(v.ArticleId)
|
|
|
+ list[k].ReportId = v.Id
|
|
|
}
|
|
|
}
|
|
|
page := paging.GetPaging(currentIndex, pageSize, total)
|