rabin 3 달 전
부모
커밋
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);