@@ -33,7 +33,7 @@ public class TncEnableScheduling {
- @Scheduled(cron = "0 * * * * ?")
+ @Scheduled(cron = "0 */10 * * * ?")
@ResponseBody
public void tncEnableScheduling(){
log.info("tncEnableScheduling 开始启动");