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
a2e04f38
Commit
a2e04f38
authored
Feb 10, 2023
by
lizefeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化偏差分析
parent
afe612c7
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
+4
-3
dc_ana_deviation_dao.cs
AutoTurnOver.DB/dc_ana_deviation_dao.cs
+0
-0
DeviationRabbitBackgroundService.cs
ResetOutofstock/DeviationRabbitBackgroundService.cs
+1
-1
Program.cs
ResetOutofstock/Program.cs
+3
-2
No files found.
AutoTurnOver.DB/dc_ana_deviation_dao.cs
View file @
a2e04f38
This diff is collapsed.
Click to expand it.
ResetOutofstock/DeviationRabbitBackgroundService.cs
View file @
a2e04f38
...
...
@@ -11,7 +11,7 @@ namespace ResetOutofstock
class
DeviationRabbitBackgroundService
:
RabbitWorkerBase
<
t_task_queue
>
{
public
DeviationRabbitBackgroundService
()
:
base
(
"差异分析服务"
,
"aims:deviation:input"
,
1
0
)
public
DeviationRabbitBackgroundService
()
:
base
(
"差异分析服务"
,
"aims:deviation:input"
,
1
)
{
}
...
...
ResetOutofstock/Program.cs
View file @
a2e04f38
...
...
@@ -50,7 +50,7 @@ namespace ResetOutofstock
//report_invest_return_dao.ShareAdFee();
//report_invest_return_dao.SynchBtmOrderRefund();
//report_invest_return_dao.CalculationStockScore("962073701");
//
dc_ana_deviation_dao.PushAnaTask();
dc_ana_deviation_dao
.
PushAnaTask
();
}
catch
(
Exception
ex
)
{
...
...
@@ -61,11 +61,12 @@ namespace ResetOutofstock
var
builder
=
new
HostBuilder
().
ConfigureServices
((
hostContext
,
services
)
=>
{
services
.
AddHostedService
<
DeviationRabbitBackgroundService
>();
services
.
AddHostedService
<
ResetOutofstockBackgrounService
>();
services
.
AddHostedService
<
CaseFlowBackgrounService
>();
services
.
AddHostedService
<
StockBackgrounService
>();
services
.
AddHostedService
<
ReportFinanceBackgrounService
>();
services
.
AddHostedService
<
DeviationRabbitBackgroundService
>();
});
await
builder
.
RunConsoleAsync
();
...
...
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