|
@@ -179,7 +179,7 @@ public class StudentOrderController extends BaseController {
|
|
|
}
|
|
|
|
|
|
|
|
|
- //@Scheduled(cron = "0/5 * * * * ?")
|
|
|
+ //@Scheduled(cron = "0 */1 * * * ?")
|
|
|
public void getOrderStatus() throws Exception {
|
|
|
List<StudentPaymentOrder> payingOrders = studentPaymentOrderService.findOrdersByStatus(DealStatusEnum.ING, "YQPAY");
|
|
|
|
|
@@ -351,7 +351,7 @@ public class StudentOrderController extends BaseController {
|
|
|
|
|
|
}
|
|
|
|
|
|
- @Scheduled(cron = "0/30 * * * * ?")
|
|
|
+ //@Scheduled(cron = "0/30 * * * * ?")
|
|
|
public void setSuccessStatus() throws Exception {
|
|
|
List<StudentPaymentOrder> payingOrders = studentPaymentOrderService.findOrdersByStatus(DealStatusEnum.ING, "YQPAY");
|
|
|
|