Commit 95c8901e by wish_lf

修改功能:香港百伦管理成本排除"物流费"的费用类型

parent abdb11b8
...@@ -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