|
@@ -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]))
|