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