Commit 116b6399 by zhouminghui

fix

parent 37dcbea8
...@@ -770,7 +770,7 @@ or (is_lend=2 and cost_form=1)) and pay_time>= @start and pay_time< @end "); ...@@ -770,7 +770,7 @@ or (is_lend=2 and cost_form=1)) and pay_time>= @start and pay_time< @end ");
parameters.Add("end", end); parameters.Add("end", end);
if (feeName.Contains("其中:歌戈儿收入")) if (feeName.Contains("其中:歌戈儿收入"))
{ {
sql.Append(" and company_name like '%歌戈儿%' and type_name not in ('销售收入','收款') "); sql.Append(" and company_name like '%歌戈儿%' and type_name in ('销售收入','收款') ");
} }
else if(feeName.Contains("其中:其他收入")) else if(feeName.Contains("其中:其他收入"))
{ {
......
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