@@ -1023,7 +1023,7 @@ namespace OTSIncAReportApp.Control_ECharts
}
private string getWhere(string max, string min, string col)
{
- return col + ">=" + min + " and " + col + "<=" + max;
+ return col + ">=" + min + " and " + col + "<" + max;
#endregion