浏览代码

增加导出

yumeng 2 年之前
父节点
当前提交
a90b7d3b8b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      ruixuan-live/src/main/resources/mapper/isc/SupplyChainMapper.xml

+ 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