|
|
@@ -48,7 +48,7 @@ public class OrderPayController {
|
|
|
if (order.getStatus() == OrderStatus.FINISH || order.getStatus() == OrderStatus.PROCESSING) {
|
|
|
return "redirect:/9th/orderDetail?id=" + id;
|
|
|
} else if (order.getStatus() == OrderStatus.CANCELLED) {
|
|
|
- return "redirect:/9th/home";
|
|
|
+ return "redirect:/9th/store";
|
|
|
}
|
|
|
String payUrl = (String) orderService.payAdapay(id, "alipay_wap", null);
|
|
|
model.addAttribute("payUrl", payUrl);
|