From 900b56b8298e45e347b17bf38d8e18325f7521bf Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Mon, 7 Aug 2023 09:33:56 +0800 Subject: [PATCH] 1 --- webapp/controller/MarketController.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/controller/MarketController.class.php b/webapp/controller/MarketController.class.php index ca9b253a..787cccf7 100644 --- a/webapp/controller/MarketController.class.php +++ b/webapp/controller/MarketController.class.php @@ -205,7 +205,7 @@ class MarketController extends BaseAuthedController { 'amount' => $row['amount'], 'seller' => $row['seller'], 'currency' => $row['currency'], - 'price' => $row['price'], + 'price' => $row['update_price'] ? $row['update_price'] : $row['price'], 'createtime' => $row['createtime'], 'updatetime' => $row['createtime'], );