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
238597f8
Commit
238597f8
authored
Mar 16, 2021
by
泽锋 李
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fba库存下载字段顺序
parent
b3ace2a4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
DailyServices.cs
AutoTurnOver.Services/DailyServices.cs
+4
-3
ResetOutofstockBackgrounService.cs
ResetOutofstock/ResetOutofstockBackgrounService.cs
+1
-1
No files found.
AutoTurnOver.Services/DailyServices.cs
View file @
238597f8
...
...
@@ -432,12 +432,13 @@ namespace AutoTurnOver.Services
DataTable
table
=
new
DataTable
();
string
[]
cols
=
new
string
[]
{
"账号"
,
"站点"
,
"asin"
,
"仓库sku"
,
"产品类型"
,
"分组名称"
,
"销售名称"
,
"产品名称"
,
"昨日review分数"
,
"昨日reivew个数"
,
"仓库编码"
,
"仓库名称"
,
"国家"
,
"昨日销量"
,
"昨日销售额USD"
,
"近7天销量"
,
"近7天销售额USD"
,
"近30天销量"
,
"近30天销售额USD"
,
"监控状态"
,
"采购员"
,
"采购价"
,
"重量"
,
"昨日销量"
,
"昨日销售额USD"
,
"近7天销量"
,
"近7天销售额USD"
,
"近30天销量"
,
"近30天销售额USD"
,
"1月销售额"
,
"2月销售额"
,
"1月销量"
,
"2月销量"
,
"监控状态"
,
"采购员"
,
"采购价"
,
"重量"
,
"实时采购在途"
,
"实时调拨在途(总)"
,
"实时调拨在途(调拨单)"
,
"实时调拨在途(采购临时)"
,
"实时调拨在途(暂存)"
,
"总在途数"
,
"广州01仓可用库存"
,
"广州02仓可用库存"
,
"FBA 可售库存"
,
"在途金额"
,
"可配库存金额"
,
"在途+可配总库存"
,
"采购陆运在途"
,
"采购海运在途"
,
"采购空运在途"
,
"采购铁路在途"
,
"调拨陆运在途"
,
"调拨海运在途"
,
"调拨空运在途"
,
"调拨铁路在途"
,
"调拨最快到货时间"
,
"调拨最快到货单号"
,
"调拨最快到货数量"
,
"调拨最快到货跟踪号"
,
"调拨最快到货运输方式"
,
"调拨最快到到货物流"
,
"1月销售额"
,
"2月销售额"
,
"1月销量"
,
"2月销量"
"调拨最快到货时间"
,
"调拨最快到货单号"
,
"调拨最快到货数量"
,
"调拨最快到货跟踪号"
,
"调拨最快到货运输方式"
,
"调拨最快到到货物流"
};
foreach
(
var
item
in
cols
)
...
...
ResetOutofstock/ResetOutofstockBackgrounService.cs
View file @
238597f8
...
...
@@ -21,7 +21,7 @@ namespace ResetOutofstock
try
{
Console
.
WriteLine
(
$"fba 1/2 月销量 开始 ,线程Id:
{
Thread
.
CurrentThread
.
ManagedThreadId
}
,
{
DateTime
.
Now
.
ToString
(
"yyyy-MM-dd HH:mm:ss"
)}
"
);
daily
.
ResetFbaExtendSales
(
DateTime
.
Now
);
//
daily.ResetFbaExtendSales(DateTime.Now);
Console
.
WriteLine
(
$"fba 1/2 月销量 结束,线程Id:
{
Thread
.
CurrentThread
.
ManagedThreadId
}
,
{
DateTime
.
Now
.
ToString
(
"yyyy-MM-dd HH:mm:ss"
)}
"
);
}
catch
(
Exception
ex
)
...
...
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