1
This commit is contained in:
parent
85addb0f8a
commit
900b56b829
@ -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'],
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user