|
@@ -81,7 +81,7 @@ public class YqPayController extends BaseController {
|
|
|
//判断用户是否已存在订单
|
|
|
Order userOrder = orderService.findOrderByStatus(order.getUserId(), 1);
|
|
|
if (userOrder != null) {
|
|
|
- return failed("您有待支付的订单,请完成支付");
|
|
|
+ return failed("您有待支付的订单,请稍后重试");
|
|
|
}
|
|
|
//1、判断已报名人数
|
|
|
CourseGroupInfo courseGroupInfo = CourseGroupInfoService.get(order.getCourseId());
|
|
@@ -387,7 +387,7 @@ public class YqPayController extends BaseController {
|
|
|
}
|
|
|
|
|
|
|
|
|
- @Scheduled(cron = "0/5 * * * * ?")
|
|
|
+ // @Scheduled(cron = "0/5 * * * * ?")
|
|
|
//@RequestMapping("/getOrderStatus")
|
|
|
public void getOrderStatus() throws Exception {
|
|
|
|