This commit is contained in:
xman 2025-06-19 09:35:18 +08:00
parent b75ed24150
commit 8c42814d5e

View File

@ -225,7 +225,7 @@ class Aftersale2 extends Backend
return $this->view->fetch();
}
if($row->status != 3 || $row->handle_type!= 1){
if($row->status != 3){
$this->error('售后状态不是待退款,不可编辑');
}
$params = $this->request->post('row/a');