|
@@ -36,6 +36,7 @@ func (this *ReportSelectionController) Detail() {
|
|
|
uid := user.UserId
|
|
|
articleId, _ := this.GetInt("ArticleId")
|
|
|
isBestNew, _ := this.GetBool("IsBestNew")
|
|
|
+ isBestNew = true
|
|
|
if isBestNew {
|
|
|
tbdb := "cygx_report_selection"
|
|
|
condition := ` AND publish_status = 1 `
|