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);
             }