Commit 6ccf96e4 by lizefeng

优化周转表导出的

停止监控时间 格式
parent 8c7e0a70
......@@ -345,7 +345,7 @@ namespace AutoTurnOver.Services
row["已发货库存"] = itemData.shipped_stock;
row["开发时间"] = itemData.develop_time;
row["是否侵权"] = itemData.has_tort;
row["停止监控时间"] = itemData.stop_monitor_create;
row["停止监控时间"] = itemData.stop_monitor_create==null?"":itemData.stop_monitor_create.Value.ToString("yyyy-MM-dd HH:mm:ss");
table.Rows.Add(row);
}
......
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