Browse Source

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

CXS 4 năm trước cách đây
mục cha
commit
d43710b992
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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)
             {