Commit 20f5824e by zhouminghui

fix

parent 116b6399
...@@ -774,7 +774,7 @@ or (is_lend=2 and cost_form=1)) and pay_time>= @start and pay_time< @end "); ...@@ -774,7 +774,7 @@ or (is_lend=2 and cost_form=1)) and pay_time>= @start and pay_time< @end ");
} }
else if(feeName.Contains("其中:其他收入")) else if(feeName.Contains("其中:其他收入"))
{ {
sql.Append(" and type_name not in ('其他收入','销售商品收入','利息收入') "); sql.Append(" 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