Преглед на файлове

修复release模式下变量问题。

JeffWang преди 2 години
родител
ревизия
20db704a4b
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  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));