zhangchuanxing hai 1 mes
pai
achega
bf51ade383
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      controllers/report_selection.go

+ 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 {