rabin 4 月之前
父節點
當前提交
2dd5945d80
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/place/lib/Resource.php

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

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