Commit f10b3ee9 by lizefeng

查看预测图表页面空白处增加特殊销量设置数据

parent e2ac0272
......@@ -101,7 +101,7 @@ namespace AutoTurnOver.DB
if (!string.IsNullOrWhiteSpace(m.warehousecode))
{
sql += " dacp.and warehouse_code='" + m.warehousecode+"'";
sql += " and dacp.warehouse_code='" + m.warehousecode+"'";
}
if (m.status.HasValue)
......
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