Commit 88a41255 by zhouminghui

fix

parent fbde1fd4
......@@ -998,6 +998,10 @@ AND s2.datacenter_col like '%{input.FeeName}' group by s2.platform,s1.website ";
{
x.total = Math.Abs(x.total);
}
if (x.platform.Contains("易可达") && x.site.Contains("其他收入"))
{
x.total = Math.Abs(x.total) * -1;
}
return x;
}).ToList();
return data.Sum(x => x.total);
......
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