Parcourir la source

:bug: 缺少 editor_uid

visuddhinanda il y a 3 ans
Parent
commit
f270b511ea
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      app/Http/Controllers/CorpusController.php

+ 1 - 1
app/Http/Controllers/CorpusController.php

@@ -36,7 +36,7 @@ class CorpusController extends Controller
         "updated_at"=> "",
         "updated_at"=> "",
     ];
     ];
     protected $wbwChannels = [];
     protected $wbwChannels = [];
-    protected $selectCol = ['book_id','paragraph','word_start',"word_end",'channel_uid','content','updated_at'];
+    protected $selectCol = ['book_id','paragraph','word_start',"word_end",'channel_uid','content','editor_uid','updated_at'];
     public function __construct()
     public function __construct()
     {
     {