修正客户投诉审核方法缺失
This commit is contained in:
@@ -105,6 +105,11 @@ class ComplaintController extends WorkflowController
|
||||
return $this->create();
|
||||
}
|
||||
|
||||
public function audit()
|
||||
{
|
||||
return $this->create('audit');
|
||||
}
|
||||
|
||||
public function show()
|
||||
{
|
||||
return $this->create('show');
|
||||
|
||||
Reference in New Issue
Block a user