Commit a280ad86 by lizefeng

fix

parent 677e2a9c
......@@ -678,7 +678,7 @@ namespace AutoTurnOver.Services
var ana_task = MyMySqlConnection._connection.QueryFirstOrDefault<dc_base_amazon_fee_report_log>(" select * from dc_base_amazon_fee_report_log where report_type=@report_type and ana_status=@status order by id desc limit 1 ", new
{
report_type = reportTypeEnum.ToString(),
ana_status = status
status = status
});
if (!string.IsNullOrWhiteSpace(data_id))
{
......@@ -1144,7 +1144,7 @@ namespace AutoTurnOver.Services
{
AmazonConnection amazonConnection = MapAmazonConnection(account);
var parameters = new ParameterReportList();
parameters.pageSize = 10;
parameters.pageSize = 80;
parameters.reportTypes = new List<ReportTypes>();
parameters.reportTypes.Add(reportType);
//parameters.marketplaceIds = new List<string>();
......
......@@ -59,6 +59,7 @@ namespace ResetOutofstock
//new AmazonDataSynchroService().SynchroReportIds(FikaAmazonAPI.Utils.Constants.ReportTypes.GET_V2_SETTLEMENT_REPORT_DATA_XML, 13, "Siqidzi","BE");
//new AmazonDataSynchroService().SynchroReportIds(FikaAmazonAPI.Utils.Constants.ReportTypes.GET_AMAZON_FULFILLED_SHIPMENTS_DATA_GENERAL, 13);
//new AmazonDataSynchroService().AnaFbaShipmentReport();
//while (true)
//{
// new AmazonDataSynchroService().AnaReport(status:-3);
......
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