Browse Source

获取config数据code值修改

shim 8 years ago
parent
commit
a416c2b222
1 changed files with 1 additions and 1 deletions
  1. 1 1
      UAS-MES/FunctionCode/Packing/Packing_ProdWeightSet.cs

+ 1 - 1
UAS-MES/FunctionCode/Packing/Packing_ProdWeightSet.cs

@@ -208,7 +208,7 @@ namespace UAS_MES.Packing
             //查询重量设置采样个数
             try
             {
-                samplesCount = int.Parse(dh.GetConfig("重量设置采样个数", "MESSetting").ToString());
+                samplesCount = int.Parse(dh.GetConfig("prodWeightSetting", "MESSetting").ToString());
             }
             catch (Exception ess)
             {