Explorar o código

修复release模式下变量问题。

JeffWang %!s(int64=2) %!d(string=hai) anos
pai
achega
20db704a4b
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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));