@@ -46,7 +46,7 @@ func (this *ReportSelectionController) Detail() {
isBestNew = true
if isBestNew {
tbdb := "cygx_report_selection"
- condition := ` AND publish_status = 1 `
+ condition := ` AND publish_status = 1 AND visible_range = 1 `
var pars []interface{}
list, err := models.GetReportSelectionListPublic(condition, "1", tbdb, pars, 0, 1)
if err != nil {