售后服务

This commit is contained in:
TL 2022-08-31 14:36:31 +08:00
parent 459cf6ee00
commit ddd9fad9a4
1 changed files with 1 additions and 1 deletions

View File

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