|
|
@@ -220,8 +220,9 @@ public class ProductOrderController extends BaseController { |
|
|
|
|
|
|
|
ResultData resultData = productOrderPayService.handleProductOrderByQuery(appinfo,payAccount,orderPay,payAdapterService); |
|
|
|
} |
|
|
|
ProductOrder order = productOrderService.getById(orderId); |
|
|
|
|
|
|
|
return new ResultData(orderPay); |
|
|
|
return new ResultData(order); |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|