|
@@ -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) {
|