Commit 401bc82d by 泽锋 李

fix

parent 67c106d0
......@@ -409,7 +409,7 @@ namespace AutoTurnOver.Services
row["周转表更新时间"] = itemData.turnover_gmt_modified == null ? "" : itemData.turnover_gmt_modified.Value.ToString("yyyy-MM-dd HH:mm:ss");
row["库存更新时间"] = itemData.gmt_modified.ToString("yyyy-MM-dd HH:mm:ss");
table.Rows.Add(row);
}
}
CsvFileHelper.SaveCSV(table, fileName, page == 1);
page++;
......
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