Commit 988c5d40 by lizefeng

fix

parent b99f52db
......@@ -914,7 +914,7 @@ namespace AutoTurnOver.Services
}
// 取开始结束时间
var btime = DateTime.Parse(col.ColumnName.ToString().Replace("`","") +"-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