Explorar o código

修改跑批时间

郎学彬 %!s(int64=3) %!d(string=hai) anos
pai
achega
76f096a22b

+ 1 - 1
taskMan/src/main/java/com/huyi/task/taskMan/schedule/BankTask.java

@@ -148,7 +148,7 @@ public class BankTask {
      * @throws Exception
      */
     //每30分钟
-    @Scheduled(cron = "0 */2 * * * ?")
+    @Scheduled(cron = "0 */30 * * * ?")
     //每天凌晨一点
 //    @Scheduled(cron = "0 0 1 * * ?")
     private void transferAmtHandle() throws Exception{