Selaa lähdekoodia

增加乐器采购清单确认接口

周箭河 5 vuotta sitten
vanhempi
commit
241bc9ba28

+ 1 - 1
mec-student/src/main/java/com/ym/mec/student/controller/StudentOrderController.java

@@ -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");