@@ -152,7 +152,7 @@
</if>
</otherwise>
</choose>
- AND (b.state = 1 or b.state=0)
+ AND b.state = 1
GROUP BY a.id
ORDER BY a.id ASC
</select>