zhangchuanxing 1 долоо хоног өмнө
parent
commit
bf51ade383

+ 1 - 1
controllers/report_selection.go

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