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
28af593a
Commit
28af593a
authored
May 11, 2023
by
lizefeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
412b7306
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
dc_base_amazon_fee_report_log.cs
AutoTurnOver.Models/dc_base_amazon_fee_report_log.cs
+1
-0
AmazonDataSynchroService.cs
AutoTurnOver.Services/AmazonDataSynchroService.cs
+4
-0
No files found.
AutoTurnOver.Models/dc_base_amazon_fee_report_log.cs
View file @
28af593a
...
@@ -11,6 +11,7 @@ namespace AutoTurnOver.Models
...
@@ -11,6 +11,7 @@ namespace AutoTurnOver.Models
public
string
site_code
{
get
;
set
;
}
public
string
site_code
{
get
;
set
;
}
public
string
report_type
{
get
;
set
;
}
public
string
report_type
{
get
;
set
;
}
public
string
report_par_json
{
get
;
set
;
}
public
string
report_par_json
{
get
;
set
;
}
public
int
pams_account_id
{
get
;
set
;
}
public
int
pams_account_id
{
get
;
set
;
}
/// <summary>
/// <summary>
...
...
AutoTurnOver.Services/AmazonDataSynchroService.cs
View file @
28af593a
...
@@ -855,6 +855,7 @@ namespace AutoTurnOver.Services
...
@@ -855,6 +855,7 @@ namespace AutoTurnOver.Services
ana_task
.
ana_status
=
-
2
;
ana_task
.
ana_status
=
-
2
;
ana_task
.
ana_error
=
reportData
.
ProcessingStatus
.
ToString
()
;
ana_task
.
ana_error
=
reportData
.
ProcessingStatus
.
ToString
()
;
ana_task
.
report_par_json
=
reportData
.
ToJson
()
;
ana_task
.
report_par_json
=
reportData
.
ToJson
()
;
MyMySqlConnection
.
_connection
.
Update
(
ana_task
);
MyMySqlConnection
.
_connection
.
Update
(
ana_task
);
return
;
return
;
}
}
...
@@ -890,6 +891,7 @@ namespace AutoTurnOver.Services
...
@@ -890,6 +891,7 @@ namespace AutoTurnOver.Services
fulfillment_center
=
row
.
DataRowToString
(
"fulfillment_center"
),
fulfillment_center
=
row
.
DataRowToString
(
"fulfillment_center"
),
fee_type
=
"月度仓储费"
,
fee_type
=
"月度仓储费"
,
account
=
pamsAccount
.
Account
,
account
=
pamsAccount
.
Account
,
report_id
=
ana_task
.
report_id
,
asin
=
row
.
DataRowToString
(
"asin"
),
asin
=
row
.
DataRowToString
(
"asin"
),
sku
=
row
.
DataRowToString
(
"fnsku"
),
sku
=
row
.
DataRowToString
(
"fnsku"
),
report_end_date
=
ana_task
.
etime
.
Value
report_end_date
=
ana_task
.
etime
.
Value
...
@@ -1013,6 +1015,7 @@ namespace AutoTurnOver.Services
...
@@ -1013,6 +1015,7 @@ namespace AutoTurnOver.Services
fulfillment_center
=
row
.
DataRowToString
(
"marketplace"
),
fulfillment_center
=
row
.
DataRowToString
(
"marketplace"
),
site
=
row
.
DataRowToString
(
"marketplace"
),
site
=
row
.
DataRowToString
(
"marketplace"
),
fee_type
=
"超长仓储费"
,
fee_type
=
"超长仓储费"
,
report_id
=
ana_task
.
report_id
,
account
=
pamsAccount
.
Account
,
account
=
pamsAccount
.
Account
,
asin
=
row
.
DataRowToString
(
"asin"
),
asin
=
row
.
DataRowToString
(
"asin"
),
sku
=
row
.
DataRowToString
(
"fnsku"
),
sku
=
row
.
DataRowToString
(
"fnsku"
),
...
@@ -1131,6 +1134,7 @@ namespace AutoTurnOver.Services
...
@@ -1131,6 +1134,7 @@ namespace AutoTurnOver.Services
currency
=
row
.
DataRowToString
(
"currency_code"
),
currency
=
row
.
DataRowToString
(
"currency_code"
),
fulfillment_center
=
row
.
DataRowToString
(
"currency_code"
),
fulfillment_center
=
row
.
DataRowToString
(
"currency_code"
),
fee_type
=
"超量仓储费"
,
fee_type
=
"超量仓储费"
,
report_id
=
ana_task
.
report_id
,
account
=
pamsAccount
.
Account
,
account
=
pamsAccount
.
Account
,
asin
=
"OverageStorageFee"
,
asin
=
"OverageStorageFee"
,
report_end_date
=
reportData
.
DataEndTime
??
new
DateTime
(
1991
,
1
,
1
)
report_end_date
=
reportData
.
DataEndTime
??
new
DateTime
(
1991
,
1
,
1
)
...
...
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