Explorar o código

修复导表错误

tanghai %!s(int64=3) %!d(string=hai) anos
pai
achega
5639488325
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      Share/Tool/ExcelExporter/ExcelExporter.cs

+ 0 - 1
Share/Tool/ExcelExporter/ExcelExporter.cs

@@ -593,7 +593,6 @@ namespace ET
             string p = Path.Combine(string.Format(jsonDir, configType, relativeDir));
             string[] ss = Directory.GetFiles(p, $"{protoName}*.txt");
             List<string> jsonPaths = ss.ToList();
-            jsonPaths.Add(Path.Combine(string.Format(jsonDir, configType, relativeDir), $"{protoName}.txt"));
 
             jsonPaths.Sort();
             jsonPaths.Reverse();