Commit b99f52db by lizefeng

fix

parent e98b10ae
......@@ -914,7 +914,7 @@ namespace AutoTurnOver.Services
}
// 取开始结束时间
var btime = DateTime.Parse(col.ColumnName.Substring(1, 7)+"-01");
var btime = DateTime.Parse(col.ColumnName.ToString().Replace("`","") +"-01");
var new_data = new sales_day_config_input_dto2
{
bailun_sku = bailun_sku,
......
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