Commit 0cab9196 by lizefeng

fix

parent a97046ef
......@@ -87,7 +87,7 @@ namespace AutoTurnOver.Services
table.Rows.Add(row);
}
var fileName = AppContext.BaseDirectory + @"Result\RealtimeStock\投资回报分析.csv";
var fileName = AppContext.BaseDirectory + $@"投资回报分析表-{DateTime.Now.ToString("yyyyMMddHHmmss")}{Guid.NewGuid()}.csv";
CsvFileHelper.SaveCSV(table, fileName);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment