cqp 6 giorni fa
parent
commit
463257fceb
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      app/Service/WorkFlowService.php

+ 1 - 1
app/Service/WorkFlowService.php

@@ -431,7 +431,7 @@ class WorkFlowService extends Service
             ->where('document_id', $data['document_id'])
             ->latest()
             ->first();
-        $return['after'] = $draft->content ?? [];
+        $return['after'] = $draft ?? [];
 
         $config = [
             'item' => "itemDetail",