Commit 2bd03e15 by 412743165@qq.com

提交第一版

parent c45e6d63
...@@ -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();
} }
......
...@@ -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();
......
...@@ -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();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment