Commit 4e26440e by lizefeng

fix

parent c3bc650f
...@@ -1105,9 +1105,9 @@ namespace AutoTurnOver.Services ...@@ -1105,9 +1105,9 @@ namespace AutoTurnOver.Services
feeShipmentEvent.type = fbaTypeDic[type]; feeShipmentEvent.type = fbaTypeDic[type];
} }
} }
feeShipmentEvent.data_id = $"{account.Account}_OtherTransaction_{transactionID}_{feeShipmentEvent.AmazonOrderId}_{ feeShipmentEvent.description}_{feeShipmentEvent.settlement_id}_{feeShipmentEvent.date.ToString("yyyy-MM-ddTHH:mm:ss")}";
feeShipmentEvent.date = postedDate == null ? new DateTime(1991, 1, 1) : postedDate.Value; feeShipmentEvent.date = postedDate == null ? new DateTime(1991, 1, 1) : postedDate.Value;
feeShipmentEvent.data_id = $"{account.Account}_OtherTransaction_{transactionID}_{feeShipmentEvent.AmazonOrderId}_{ feeShipmentEvent.description}_{feeShipmentEvent.settlement_id}_{feeShipmentEvent.date.ToString("yyyy-MM-ddTHH:mm:ss")}";
return feeShipmentEvent; return feeShipmentEvent;
} }
......
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