Commit 954ff332 by wish_lf

Merge branch 'master' into webapi

parents 1c3c9c90 95c8901e
...@@ -792,6 +792,10 @@ or (is_lend=2 and cost_form=1)) and pay_time>= @start and pay_time< @end "); ...@@ -792,6 +792,10 @@ or (is_lend=2 and cost_form=1)) and pay_time>= @start and pay_time< @end ");
{ {
sql.Append(" and company_name like '广州百伦供应链科技有限公司%' "); sql.Append(" and company_name like '广州百伦供应链科技有限公司%' ");
} }
else if (feeName.Contains("香港百伦科技有限公司"))
{
sql.Append(" and type_name <> '物流费' ");
}
else else
{ {
sql.Append(" and company_name = @feeName "); sql.Append(" and company_name = @feeName ");
......
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