@@ -31,7 +31,7 @@ public class AuditBakPathCapCheck {
/**
* 每5分钟执行执行一次
*/
- @Scheduled(cron = "2 0/1 * * * ?")
+ @Scheduled(cron = "2 0/5 * * * ?")
public void auditCheck() throws Exception {
DecimalFormat df = new DecimalFormat("#.00");//设置保留两位小数