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