rabin 2 місяців тому
батько
коміт
95a01610ba
1 змінених файлів з 1 додано та 0 видалено
  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);
             }