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