kobe6258 8 сар өмнө
parent
commit
264631177c

+ 1 - 1
controllers/message.go

@@ -111,7 +111,7 @@ func (this *MessageController) ReportList() {
 			}
 		}
 		condition += " )"
-		pars = append(pars, analystNameArr)
+		//pars = append(pars, analystNameArr)
 	}
 
 	sortCondition := " ORDER BY published_time "