rabin 2 months ago
parent
commit
95a01610ba
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/place/lib/Resource.php

+ 1 - 0
src/place/lib/Resource.php

@@ -145,6 +145,7 @@ class Resource
                     'refund_status' => '1',
                     'status' => '8',
                 );
+                $where = ' uid = ' . $where['uid'] . ' and (refund_status = 1 or status = 8)';
             } else {
                 $where['status'] = array('in', $status);
             }