浏览代码

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

CXS 4 年之前
父节点
当前提交
d43710b992
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      OTSIncAReportApp/Control_Grids/ParticlesGridDevidePage.cs

+ 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)
             {