Browse Source

Merge branch 'master' of http://192.168.2.10:3000/GFG/Client

zhangyuqian 1 year ago
parent
commit
3014511372
1 changed files with 2 additions and 1 deletions
  1. 2 1
      GameClient/Assets/Editor/Excel/CodeBuilder.cs

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

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