sth
This commit is contained in:
parent
b75ed24150
commit
8c42814d5e
|
|
@ -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');
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user