yumeng 2 年之前
父節點
當前提交
f2c5bb0011
共有 1 個文件被更改,包括 0 次插入4 次删除
  1. 0 4
      ruixuan-live/src/main/resources/mapper/isc/SupplyChainMapper.xml

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

@@ -648,10 +648,7 @@
         order by t.orderNum desc
     </select>
     <select id="userItemDetail" resultType="com.alibaba.fastjson.JSONObject">
-
-
         SELECT
-
         *
         FROM
         (
@@ -663,7 +660,6 @@
         t2.image_url AS 'imageUrl',
         t2.reserve_price AS 'reservePrice',
         count(t2.oid) AS 'orderNum',
-
         sum(
         CASE
         WHEN t2.order_status != 80 THEN 1