@@ -152,6 +152,10 @@ class Cash
if ($audit) {
$where['audit'] = $audit;
}
+ $type = Dever::input('type');
+ if ($type) {
+ $where['type'] = $type;
+ }
$table = 'option/bill_' . $table;
if ($status == 2) {
$data = Dever::db($table)->select($where);