Bladeren bron

处理报告颗粒齿唇列表数据重复的bug

cxs 3 jaren geleden
bovenliggende
commit
78fb91c11c
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      OTSIncAReportApp/1-UI/Control_ECharts/EChart_ParticlesComposition.cs

+ 1 - 1
OTSIncAReportApp/1-UI/Control_ECharts/EChart_ParticlesComposition.cs

@@ -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