Commit a22337fb by guanzhenshan

解决应收账款亚马逊平台数据不对的问题

parent 7d11196d
......@@ -138,7 +138,7 @@ namespace Bailun.DC.DailyPlatformReceivable
if (item.ToLower() == "amazon")
{
var objAmazon = listAmount.Where(a => a.platform_type.ToLower() == "fba" || a.platform_type.ToLower() == "amazon");
if (objAmazon.Count() > 1)
if (objAmazon.Count() > 0)
{
obj = new platformamount {
amount = objAmazon.Sum(a=>a.amount),
......
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