Commit 0068f174 by guanzhenshan

同上

parent 1ddcd6eb
......@@ -251,7 +251,7 @@ namespace Bailun.DC.DailyPlatformReceivable
};
}
}
m.amount_incoming += (objIncome != null ? objIncome.amount : 0);
m.amount_incoming = (objIncome != null ? objIncome.amount : 0);
//退款金额
......
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