|
|
@@ -38,7 +38,7 @@ class WorkFlowController extends BaseController
|
|
|
{
|
|
|
$service = new WorkFlowService();
|
|
|
$user = $request->userData;
|
|
|
- list($status,$data) = $service->workFlowDel($request->all());
|
|
|
+ list($status,$data) = $service->workFlowDel($request->all(), $user);
|
|
|
|
|
|
if($status){
|
|
|
return $this->json_return(200,'',$data);
|