yumeng 2 năm trước cách đây
mục cha
commit
f2c5bb0011

+ 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