소스 검색

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

cxs 3 년 전
부모
커밋
78fb91c11c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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