linwu 1 anno fa
parent
commit
87018d73a6
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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) {