浏览代码

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

周箭河 5 年之前
父节点
当前提交
85d3e8c01d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      mec-student/src/main/java/com/ym/mec/student/controller/StudentOrderController.java

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

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