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