@@ -1166,6 +1166,7 @@
AND g.`status` = 1
AND gu.`status` = 1
AND gu.change_grade = 0
+ AND (SELECT count(*) from user_confirm_info where gu.order_goods_id = order_goods_id) > 0
AND IFNULL(gu.official_status,0) != 1
</select>