@@ -944,7 +944,7 @@
t2.item_id AS 'itemId',
t2.item_title AS 'itemTitle',
t2.image_url AS 'imageUrl',
- t2.reserve_price AS 'reservePrice',
+ round(t2.reserve_price / 100,2) AS 'reservePrice',
count(t2.oid) AS 'orderNum',
sum(
CASE