yumeng 2 éve
szülő
commit
a90b7d3b8b

+ 1 - 1
ruixuan-live/src/main/resources/mapper/isc/SupplyChainMapper.xml

@@ -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