Explorar el Código

:bug: 缺少 editor_uid

visuddhinanda hace 3 años
padre
commit
f270b511ea
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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"=> "",
     ];
     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()
     {