Browse Source

修复release模式下变量问题。

JeffWang 2 years ago
parent
commit
20db704a4b
1 changed files with 2 additions and 2 deletions
  1. 2 2
      FactoryTool_CShare/Views/OperationPanel.cs

+ 2 - 2
FactoryTool_CShare/Views/OperationPanel.cs

@@ -4374,9 +4374,9 @@ namespace MOKA_Factory_Tools
                     goto end;
                 }
 
-                if ( midListNow.rokuCustomer.rokuData != null && midListNow.rokuCustomer.rokuData.Count != 0 )
+                if ( midListNow.rokuCustomer.data != null && midListNow.rokuCustomer.data.Count != 0 )
                 {
-                    foreach (var item in midListNow.rokuCustomer.rokuData )
+                    foreach (var item in midListNow.rokuCustomer.data)
                     {
                         Log.WriteInfoLog(string.Format("{0} to be write", item.region));