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
1904ff39
Commit
1904ff39
authored
May 28, 2024
by
lizefeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
FIX
parent
11807ff4
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
AmazonDataSynchroService.cs
AutoTurnOver.Services/AmazonDataSynchroService.cs
+2
-2
DeviationRabbitBackgroundService.cs
ResetOutofstock/DeviationRabbitBackgroundService.cs
+1
-1
Program.cs
ResetOutofstock/Program.cs
+1
-1
No files found.
AutoTurnOver.Services/AmazonDataSynchroService.cs
View file @
1904ff39
...
...
@@ -195,8 +195,8 @@ namespace AutoTurnOver.Services
{
itemFee
.
id
=
oldData
.
id
;
itemFee
.
settlement_id
=
oldData
.
settlement_id
;
itemFee
.
MarketplaceName
=
oldData
.
MarketplaceName
;
itemFee
.
MarketplaceNameSys
=
oldData
.
MarketplaceNameSys
;
itemFee
.
MarketplaceName
=
oldData
.
MarketplaceName
??
itemFee
.
MarketplaceName
;
itemFee
.
MarketplaceNameSys
=
oldData
.
MarketplaceNameSys
??
itemFee
.
MarketplaceNameSys
;
}
SetProject
(
maps
.
data
.
list
,
itemFee
);
if
(
itemFee
.
id
==
0
)
...
...
ResetOutofstock/DeviationRabbitBackgroundService.cs
View file @
1904ff39
...
...
@@ -23,7 +23,7 @@ namespace ResetOutofstock
try
{
//int hit = await dc_ana_deviation_dao.AnaDeviation(taskDto);
Console
.
WriteLine
(
$"差异分析服务 完成
{
hit
}
"
);
//
Console.WriteLine($"差异分析服务 完成 {hit} ");
}
catch
(
Exception
e
)
{
...
...
ResetOutofstock/Program.cs
View file @
1904ff39
...
...
@@ -49,7 +49,7 @@ namespace ResetOutofstock
//report_invest_return_dao.SynchBtmOrderRefund();
//report_invest_return_dao.CalculationStockScore("962073701");
//dc_ana_deviation_dao.PushAnaTask();
new
AmazonDataSynchroService
().
SynchroFinancialEventGroups
(
"
Natural Daisy Encens"
,
"IT
"
);
new
AmazonDataSynchroService
().
SynchroFinancialEventGroups
(
"
Re-Vanity"
,
"US
"
);
//new AmazonDataSynchroService().SetMarketplaceName(DateTime.Now);
//new AmazonDataSynchroService().SetSettlementByDate();
//new AmazonDataSynchroService().SetMarketplaceName(DateTime.Now.AddHours(-24), 372205);
...
...
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