@@ -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{