Browse Source

data-service

孙永军 2 years ago
parent
commit
3727affa5d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/java/com/sxtvs/open/job/PutEsJob.java

+ 1 - 1
src/main/java/com/sxtvs/open/job/PutEsJob.java

@@ -28,7 +28,7 @@ public class PutEsJob {
     @Resource
     private YoumeiOffsetServiceImpl youmeiOffsetService;
 
-    @Scheduled(cron = "0 36 * * * *")
+//    @Scheduled(cron = "0 38 * * * *")
     public void putData()  {
         log.info("ES 入数据开始");
         YoumeiOffset youmeiOffset = youmeiOffsetService.getById(4);