فهرست منبع

修复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;
                     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));
                         Log.WriteInfoLog(string.Format("{0} to be write", item.region));