Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
O
oldDataCenter
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
金招泼
oldDataCenter
Commits
2bd03e15
Commit
2bd03e15
authored
Oct 31, 2019
by
412743165@qq.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
提交第一版
parent
c45e6d63
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
src/main/java/com/jarvis/dataCenter/runner/DoRunner.java
+1
-1
src/main/java/com/jarvis/dataCenter/runner/SkuRunner.java
+1
-1
src/main/java/com/jarvis/dataCenter/runner/SoRunner.java
+1
-1
No files found.
src/main/java/com/jarvis/dataCenter/runner/DoRunner.java
View file @
2bd03e15
...
@@ -27,7 +27,7 @@ public class DoRunner implements ApplicationRunner {
...
@@ -27,7 +27,7 @@ public class DoRunner implements ApplicationRunner {
new
Thread
(
new
Runnable
()
{
new
Thread
(
new
Runnable
()
{
@Override
@Override
public
void
run
()
{
public
void
run
()
{
//
reportDoInfoService.sync();
reportDoInfoService
.
sync
();
}
}
}).
start
();
}).
start
();
}
}
...
...
src/main/java/com/jarvis/dataCenter/runner/SkuRunner.java
View file @
2bd03e15
...
@@ -29,7 +29,7 @@ public class SkuRunner implements ApplicationRunner {
...
@@ -29,7 +29,7 @@ public class SkuRunner implements ApplicationRunner {
new
Thread
(
new
Runnable
()
{
new
Thread
(
new
Runnable
()
{
@Override
@Override
public
void
run
()
{
public
void
run
()
{
//
reportSkuInfoService.sync();
reportSkuInfoService
.
sync
();
}
}
}).
start
();
}).
start
();
...
...
src/main/java/com/jarvis/dataCenter/runner/SoRunner.java
View file @
2bd03e15
...
@@ -26,7 +26,7 @@ public class SoRunner implements ApplicationRunner {
...
@@ -26,7 +26,7 @@ public class SoRunner implements ApplicationRunner {
new
Thread
(
new
Runnable
()
{
new
Thread
(
new
Runnable
()
{
@Override
@Override
public
void
run
()
{
public
void
run
()
{
//
reportSoPoInfoService.sync();
reportSoPoInfoService
.
sync
();
}
}
}).
start
();
}).
start
();
...
...
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