wwh 1 anno fa
parent
commit
086fbb9761

+ 2 - 2
huimv-admin/src/main/java/com/huimv/admin/timer/ShenChanTimer.java

@@ -56,9 +56,9 @@ public class ShenChanTimer {
 
 
 
-    //    @Scheduled(cron = "0 * * * * ? ")
+        @Scheduled(cron = "0 0 * * * ? ")
 //    @Scheduled(cron = "1 0 * * * ?")
-    @GetMapping("/test")
+//    @GetMapping("/test")
     @Transactional
     public void getShenChan() throws Exception {
         StockLoginDto stockLoginDto = login();