|
|
@@ -53,7 +53,7 @@ class SentInChannelController extends Controller
|
|
|
|
|
|
$table = Sentence::select(['id','book_id','paragraph',
|
|
|
'word_start','word_end','content',
|
|
|
- 'channel_uid','updated_at'])
|
|
|
+ 'editor_uid','channel_uid','updated_at'])
|
|
|
->whereIn('channel_uid', $channelsQuery)
|
|
|
->whereIns(['book_id','paragraph','word_start','word_end'],$query);
|
|
|
$result = $table->get();
|