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
06564ba1
Commit
06564ba1
authored
Jun 03, 2019
by
lizefeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
校准缺货改零的数据
parent
23a37150
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
report.cs
AutoTurnOver.DB/report.cs
+1
-1
Program.cs
ShortagePush/Program.cs
+1
-1
No files found.
AutoTurnOver.DB/report.cs
View file @
06564ba1
...
@@ -482,7 +482,7 @@ now() as 'push_date',
...
@@ -482,7 +482,7 @@ now() as 'push_date',
left join dc_mid_transit as t2 on t1.warehouse_code =t2.warehouse_code and t1.bailun_sku =t2.bailun_sku
left join dc_mid_transit as t2 on t1.warehouse_code =t2.warehouse_code and t1.bailun_sku =t2.bailun_sku
left join dc_base_warehouse as t_db on t1.warehouse_code = t_db.warehouse_code
left join dc_base_warehouse as t_db on t1.warehouse_code = t_db.warehouse_code
where t1.usable_stock<=0 and t1.bailun_sku!=''
where t1.usable_stock<=0 and t1.bailun_sku!=''
and ( t_db.
warehouse_code!='QYBLZZ'
or t2.buyer_name not in ('张莹霞','张莹霞1','黄镜洁','赵美聪') )
and ( t_db.
hq_type!='国内仓'
or t2.buyer_name not in ('张莹霞','张莹霞1','黄镜洁','赵美聪') )
and t1.warehouse_code in ('AU4PXBL','BLGZ03','DYGXC','GB4PXBL','GBBLJW','GBYKD','GZBLWH','QYBLZZ','US4PXBL','USGCBL')
and t1.warehouse_code in ('AU4PXBL','BLGZ03','DYGXC','GB4PXBL','GBBLJW','GBYKD','GZBLWH','QYBLZZ','US4PXBL','USGCBL')
and (
and (
case
case
...
...
ShortagePush/Program.cs
View file @
06564ba1
...
@@ -11,7 +11,7 @@ namespace ShortagePush
...
@@ -11,7 +11,7 @@ namespace ShortagePush
static
async
Task
Main
(
string
[]
args
)
static
async
Task
Main
(
string
[]
args
)
{
{
Console
.
WriteLine
(
"推送缺货数据服务"
);
Console
.
WriteLine
(
"推送缺货数据服务"
);
new
ReportServices
().
ShortagePush
();
//
new ReportServices().ShortagePush();
var
builder
=
new
HostBuilder
().
ConfigureServices
((
hostContext
,
services
)
=>
var
builder
=
new
HostBuilder
().
ConfigureServices
((
hostContext
,
services
)
=>
{
{
services
.
AddHostedService
<
ShortagePushBackgroundService
>();
services
.
AddHostedService
<
ShortagePushBackgroundService
>();
...
...
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