|
@@ -33,9 +33,9 @@ class SmsTask implements SchedulingConfigurer {
|
|
|
|
|
|
@Override
|
|
|
public void run() {
|
|
|
- System.out.println("拉取数据,拉取时间:".concat(DateUtil.now()));
|
|
|
- ApiUtil.getService();
|
|
|
- System.out.println("拉取数据完毕,拉取时间:".concat(DateUtil.now()));
|
|
|
+// System.out.println("拉取数据,拉取时间:".concat(DateUtil.now()));
|
|
|
+// ApiUtil.getService();
|
|
|
+// System.out.println("拉取数据完毕,拉取时间:".concat(DateUtil.now()));
|
|
|
}
|
|
|
}, new Trigger() {
|
|
|
|