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
e7cc8609
Commit
e7cc8609
authored
Sep 26, 2020
by
泽锋 李
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
6c14e9a4
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
1 deletion
+11
-1
report.cs
AutoTurnOver.DB/report.cs
+10
-0
Program.cs
ResetOutofstock/Program.cs
+1
-1
No files found.
AutoTurnOver.DB/report.cs
View file @
e7cc8609
...
...
@@ -3012,6 +3012,16 @@ where t2.hq_type='第三方仓库' and
t1.usable_stock>0
)
);
update dc_report_stock_week as t1,
dc_base_sku as t2
set t1.sku_tag = (
case
when t2.buyer_name in ('古艳洋1','张莹霞','张莹霞1','黄镜洁') then '美容SKU'
when t2. product_type_desc != '' then '普货-精准开发'
else '清货'
end
)
where t1.bailun_sku = t2.bailun_sku and t1.week_tag=@week_tag;
"
,
new
{
btime
,
etime
,
week_tag
},
commandTimeout
:
0
);
}
...
...
ResetOutofstock/Program.cs
View file @
e7cc8609
...
...
@@ -16,7 +16,7 @@ namespace ResetOutofstock
try
{
var
now
=
DateTime
.
Now
;
report
.
StockWeekBackUp
();
//
report.StockWeekBackUp();
//report_cash_flow_dao.CalculationTransferOrder(now.AddMonths(-3), DateTime.Parse(now.AddDays(-1).ToString("yyyy-MM-dd 23:59:59")));
//report_cash_flow_dao.SynchroTransferCost();
}
...
...
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