hexiaojie 1 year ago
parent
commit
31add5acd8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      GameClient/Assets/Editor/Excel/CodeBuilder.cs

+ 1 - 1
GameClient/Assets/Editor/Excel/CodeBuilder.cs

@@ -505,7 +505,7 @@ namespace GFGEditor
                     if (string.IsNullOrEmpty(_value))
                     if (string.IsNullOrEmpty(_value))
                     {
                     {
                         ET.Log.Error(configArrayName + "  第" + row + "行  " + _type + "   无数值!name:" + name + ",id:" +
                         ET.Log.Error(configArrayName + "  第" + row + "行  " + _type + "   无数值!name:" + name + ",id:" +
-                                     worksheet[row, 0].Text.ToString());
+                                     worksheet[row, 1].Text.ToString());
                         continue;
                         continue;
                     }
                     }
                     if (!_twoDimensionalDic.ContainsKey(_types[1]))
                     if (!_twoDimensionalDic.ContainsKey(_types[1]))