Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
data-center-auto
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
bltdc
data-center-auto
Commits
a280ad86
Commit
a280ad86
authored
Apr 06, 2023
by
lizefeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
677e2a9c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
AmazonDataSynchroService.cs
AutoTurnOver.Services/AmazonDataSynchroService.cs
+2
-2
Program.cs
ResetOutofstock/Program.cs
+1
-0
No files found.
AutoTurnOver.Services/AmazonDataSynchroService.cs
View file @
a280ad86
...
...
@@ -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
=
1
0
;
parameters
.
pageSize
=
8
0
;
parameters
.
reportTypes
=
new
List
<
ReportTypes
>();
parameters
.
reportTypes
.
Add
(
reportType
);
//parameters.marketplaceIds = new List<string>();
...
...
ResetOutofstock/Program.cs
View file @
a280ad86
...
...
@@ -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);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment