Commit 3967a02f by jianshuqin

平台利润取消公司过虑条件

parent c0f750a8
...@@ -1962,7 +1962,7 @@ namespace Bailun.DC.Services ...@@ -1962,7 +1962,7 @@ namespace Bailun.DC.Services
if (companyid.HasValue && companyid.Value > 0) if (companyid.HasValue && companyid.Value > 0)
{ {
sql += " and t0.company_id=" + companyid.Value; //增加公司id过滤 //sql += " and t0.company_id=" + companyid.Value; //增加公司id过滤
} }
if (shipstart.HasValue) if (shipstart.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