@@ -74,6 +74,9 @@ class Info
if ($price_type) {
$where['price_type'] = $price_type;
}
+
+ $where['status'] = 1;
+ $where['state'] = 1;
$data = Dever::db($table)->$method($where);