Commit eeeb8172 by lizefeng

fix

parent 484c8ca5
......@@ -82,7 +82,7 @@ namespace AutoTurnOver.Services
dc_base_amazon_fee transferFee = new dc_base_amazon_fee
{
account = item.Account,
date = feeItem.FundTransferDate == null ? feeItem.FinancialEventGroupStart.Value : feeItem.FundTransferDate.Value,
date = feeItem.FundTransferDate == null ? feeItem.FinancialEventGroupStart.Value.AddHours(8) : feeItem.FundTransferDate.Value.AddHours(8),
start_date = (feeItem.FinancialEventGroupStart == null ? new DateTime(1991, 1, 1) : feeItem.FinancialEventGroupStart.Value).AddHours(8),
AmazonOrderId = feeItem.FinancialEventGroupId,
SellerOrderId = feeItem.TraceId,
......
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