Browse Source

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

visuddhinanda@gmail.com 4 years ago
parent
commit
fda6c76b21
1 changed files with 0 additions and 1 deletions
  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'))){