This commit is contained in:
aozhiwei 2023-08-07 09:33:56 +08:00
parent 85addb0f8a
commit 900b56b829

View File

@ -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'],
);