|
@@ -965,7 +965,7 @@ namespace MySystem
|
|
|
DateTime TradeDate = trade.CreateDate.Value;
|
|
|
string TradeMonth = TradeDate.ToString("yyyyMM");
|
|
|
decimal FeeAmount = trade.FeeAmount; //流量费
|
|
|
- if (trade.ProductType == "1" || trade.ProductType == "4")
|
|
|
+ if (trade.ProductType == "1" || trade.ProductType == "4" || trade.ProductType == "6")
|
|
|
{
|
|
|
FeeAmount = FeeAmount / 100;
|
|
|
}
|