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