Przeglądaj źródła

修改 分析数据表-样品测量信息-查询条件有小数时程序报错 bug

CXS 4 lat temu
rodzic
commit
d43710b992

+ 1 - 1
OTSIncAReportApp/Control_Grids/ParticlesGridDevidePage.cs

@@ -1628,7 +1628,7 @@ namespace OTSIncAReportGrids
             }
             else
             {
-                dmin = Convert.ToInt32(min);
+                dmin = Convert.ToDouble(min);
             }
             if(dmin<=dmax)
             {