@@ -143,7 +143,7 @@ class Resource
$where['or'] = array
(
'refund_status' => '1',
- 'status' => '9',
+ 'status' => '8',
);
} else {
$where['status'] = array('in', $status);