diff --git a/admin/controllers/receiver/Clues.php b/admin/controllers/receiver/Clues.php index 21677dc7..0c5f925d 100644 --- a/admin/controllers/receiver/Clues.php +++ b/admin/controllers/receiver/Clues.php @@ -61,10 +61,10 @@ class Clues extends HD_Controller $en_time = explode(' ~ ', $params['en_time']); if ($en_time[0]) { $where["en_time >="] = $en_time[0] . ' 00:00:00'; - $where_yx["c.en_time >="] = $en_time[0] . ' 23:59:59'; + $where_yx["c.en_time >="] = $en_time[0] . ' 00:00:00'; } if ($en_time[1]) { - $where["en_time <="] = $en_time[1] . ' 00:00:00'; + $where["en_time <="] = $en_time[1] . ' 23:59:59'; $where_yx["c.en_time <="] = $en_time[1] . ' 23:59:59'; } } diff --git a/admin/views/receiver/clues/lists.php b/admin/views/receiver/clues/lists.php index f0863610..d99b3bc4 100644 --- a/admin/views/receiver/clues/lists.php +++ b/admin/views/receiver/clues/lists.php @@ -353,6 +353,7 @@ $('#search_tp').val('mobile'); $('#title').val(''); $('#id-create-time').val(''); + $('#id-en-time').val(''); that.city_id = '0'; that.county_id = '0'; that.cfrom_id = 0;