visuddhinanda 2 лет назад
Родитель
Сommit
ad332e4f5e
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      app/Http/Controllers/CorpusController.php

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

@@ -922,6 +922,7 @@ class CorpusController extends Controller
                                 ->where('paragraph',$para)
                                 ->where('word_start',$start)
                                 ->where('word_end',$end)
+                                ->where('strlen','<>',0)
                                 ->whereIn('channel_uid',$channelCanRead)
                                 ->select('channel_uid')
                                 ->groupBy('channel_uid')