Sfoglia il codice sorgente

:bug: 去掉指定的创立时间

visuddhinanda@gmail.com 4 anni fa
parent
commit
fda6c76b21
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      app/Http/Controllers/SentenceInfoController.php

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

@@ -59,7 +59,6 @@ class SentenceInfoController extends Controller
                 ->where('book_id','>=',$request->get('book'))
                 ->where('paragraph','>=',$request->get('from'))
                 ->where('paragraph','<=',$request->get('to'))
-                ->whereDate('created_at','2020-11-07')
                 ->sum('strlen');
         if($request->get('type')==='page'){
             if(empty($request->get('strlen'))){