@@ -250,7 +250,10 @@
contract t1
WHERE
t1.`status` >= 30
- AND t1.`status` < 88 UNION
+ AND t1.`status` < 88
+ AND t1.is_show != 1
+ AND t1.is_change = 0
+ UNION
SELECT
t1.id,
t1.sell_corporation_id,
@@ -285,6 +288,8 @@
AND t1.`status` < 88
) AS t1
) t1
${ew.customSqlSegment}