Commit 6067470b by lizefeng

fix

parent d818ad5d
...@@ -7,6 +7,7 @@ namespace AutoTurnOver.Models ...@@ -7,6 +7,7 @@ namespace AutoTurnOver.Models
public class dc_base_amazon_fulfilled_shipments public class dc_base_amazon_fulfilled_shipments
{ {
public int id { get; set; } public int id { get; set; }
public string account { get; set; }
public string data_id { get; set; } public string data_id { get; set; }
public string amazon_order_id { get; set; } public string amazon_order_id { get; set; }
public string merchant_order_id { get; set; } public string merchant_order_id { get; set; }
......
...@@ -788,6 +788,7 @@ namespace AutoTurnOver.Services ...@@ -788,6 +788,7 @@ namespace AutoTurnOver.Services
int comIndex = 0; int comIndex = 0;
dc_base_amazon_fulfilled_shipments fulfilledShipments = new dc_base_amazon_fulfilled_shipments dc_base_amazon_fulfilled_shipments fulfilledShipments = new dc_base_amazon_fulfilled_shipments
{ {
account = pamsAccount.Account,
amazon_order_id = row.DataRowToString(comIndex++), amazon_order_id = row.DataRowToString(comIndex++),
merchant_order_id = row.DataRowToString(comIndex++), merchant_order_id = row.DataRowToString(comIndex++),
shipment_id = row.DataRowToString(comIndex++), shipment_id = row.DataRowToString(comIndex++),
......
...@@ -49,7 +49,7 @@ namespace ResetOutofstock ...@@ -49,7 +49,7 @@ namespace ResetOutofstock
//report_invest_return_dao.SynchBtmOrderRefund(); //report_invest_return_dao.SynchBtmOrderRefund();
//report_invest_return_dao.CalculationStockScore("962073701"); //report_invest_return_dao.CalculationStockScore("962073701");
//dc_ana_deviation_dao.PushAnaTask(); //dc_ana_deviation_dao.PushAnaTask();
//new AmazonDataSynchroService().SynchroFinancialEventGroups("Onlymingue", "IT"); new AmazonDataSynchroService().SynchroFinancialEventGroups("Natural Daisy Encens", "ES");
//new AmazonDataSynchroService().SetMarketplaceName(DateTime.Now); //new AmazonDataSynchroService().SetMarketplaceName(DateTime.Now);
//new AmazonDataSynchroService().SetSettlementByDate(); //new AmazonDataSynchroService().SetSettlementByDate();
//new AmazonDataSynchroService().SetMarketplaceNameByDate(); //new AmazonDataSynchroService().SetMarketplaceNameByDate();
......
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