diff --git a/beike/Shop/Services/RmaService.php b/beike/Shop/Services/RmaService.php index 55c7a585..4944383d 100644 --- a/beike/Shop/Services/RmaService.php +++ b/beike/Shop/Services/RmaService.php @@ -37,7 +37,7 @@ class RmaService 'rma_reason_id' => $data['rma_reason_id'], 'type' => $data['type'], 'comment' => $data['comment'], - 'status' => true, + 'status' => 'pending', ]; $rma = RmaRepo::create($params);