|
|
@@ -8,7 +8,7 @@ use App\Model\WorkFlowInstancesNodes;
|
|
|
use App\Model\WorkFlowTemplates;
|
|
|
use Illuminate\Support\Facades\DB;
|
|
|
|
|
|
-class WorkFLowService extends Service
|
|
|
+class WorkFlowService extends Service
|
|
|
{
|
|
|
public function workFlowEdit($data,$user){
|
|
|
list($status,$msg) = $this->workFlowRule($data, $user, false);
|