|
@@ -36,7 +36,11 @@ func (this *ReportSelectionController) Detail() {
|
|
|
}
|
|
|
//uid := user.UserId
|
|
|
articleId, _ := this.GetInt("ArticleId")
|
|
|
+ activityId, _ := this.GetInt("ActivityId")
|
|
|
isBestNew, _ := this.GetBool("IsBestNew")
|
|
|
+ if activityId > 0 && articleId == 0 {
|
|
|
+ articleId = activityId
|
|
|
+ }
|
|
|
if articleId == 0 || isBestNew {
|
|
|
isBestNew = true
|
|
|
if isBestNew {
|