liche update for admin clues search by en_time bug
This commit is contained in:
@@ -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';
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user