|
@@ -464,7 +464,7 @@ public class YqPayController extends BaseController {
|
|
|
}
|
|
|
|
|
|
|
|
|
- //@Scheduled(cron = "0/5 * * * * ?")
|
|
|
+ @Scheduled(cron = "0/5 * * * * ?")
|
|
|
//@RequestMapping("/getOrderStatus")
|
|
|
public void getOrderStatus() throws Exception {
|
|
|
System.err.println("执行静态定时任务时间: " + LocalDateTime.now());
|