linwu 1 year ago
parent
commit
87018d73a6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Http/Controllers/Mobile/Active/FudaController.php

+ 1 - 1
app/Http/Controllers/Mobile/Active/FudaController.php

@@ -167,7 +167,7 @@ class FudaController extends MobileBaseController
         $where[] = ['audit', '=', 1];
         $where[] = ['valid', '=', 1];
         $where[] = ['display', '=', 1];
-        $where[] = ['created_at', '>=', '2024-04-06'];
+        $where[] = ['created_at', '>=', '2024-04-06 00:00:00'];
 
         if ($params) {
             foreach ($params as $k => $v) {