Commit db14c40e by wish_lf

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

parent 954ff332
......@@ -794,7 +794,7 @@ or (is_lend=2 and cost_form=1)) and pay_time>= @start and pay_time< @end ");
}
else if (feeName.Contains("香港百伦科技有限公司"))
{
sql.Append(" and type_name <> '物流费' ");
sql.Append(" and company_name = @feeName and type_name <> '物流费' ");
}
else
{
......
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