|
@@ -726,7 +726,7 @@ public class YqPayController extends BaseController {
|
|
|
|
|
|
@RequestMapping("/getPayStatus")
|
|
@RequestMapping("/getPayStatus")
|
|
public Object getPayStatus(String orderNo) throws Exception {
|
|
public Object getPayStatus(String orderNo) throws Exception {
|
|
- Order order = orderService.getOrderByOrderNo(orderNo);
|
|
|
|
|
|
+ Order order = orderService.getOrderStatusByOrderNo(orderNo);
|
|
if(order == null){
|
|
if(order == null){
|
|
return failed("订单信息不存在");
|
|
return failed("订单信息不存在");
|
|
}
|
|
}
|