Commit 25a160da by guanzhenshan

调整退款数据,先去掉companyid的判断

parent efca51dc
...@@ -3947,7 +3947,7 @@ namespace Bailun.DC.Services ...@@ -3947,7 +3947,7 @@ namespace Bailun.DC.Services
if (companyid.HasValue && companyid.Value != 0) if (companyid.HasValue && companyid.Value != 0)
{ {
sql += " and t1.company_id="+companyid.Value; //sql += " and t1.company_id="+companyid.Value;
} }
if (!string.IsNullOrWhiteSpace(platform)) if (!string.IsNullOrWhiteSpace(platform))
...@@ -4102,7 +4102,7 @@ namespace Bailun.DC.Services ...@@ -4102,7 +4102,7 @@ namespace Bailun.DC.Services
if (companyid.HasValue && companyid.Value != 0) if (companyid.HasValue && companyid.Value != 0)
{ {
sql += " and t1.company_id=" + companyid.Value; //sql += " and t1.company_id=" + companyid.Value;
} }
if (!string.IsNullOrWhiteSpace(platform)) if (!string.IsNullOrWhiteSpace(platform))
...@@ -4248,7 +4248,7 @@ namespace Bailun.DC.Services ...@@ -4248,7 +4248,7 @@ namespace Bailun.DC.Services
if (companyid.HasValue && companyid.Value != 0) if (companyid.HasValue && companyid.Value != 0)
{ {
sql += " and t1.company_id=" + companyid.Value; //sql += " and t1.company_id=" + companyid.Value;
} }
if (!string.IsNullOrWhiteSpace(platform)) if (!string.IsNullOrWhiteSpace(platform))
......
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