Commit daf74300 by 冷斌

update

parent 2834ab27
......@@ -280,7 +280,7 @@ class CoinrecordController extends AdminbaseController {
}
if($_REQUEST['start_time']!='' && $_REQUEST['end_time']!='' ){
$map['addtime']=array("between",array(strtotime($_REQUEST['start_time']),strtotime($_REQUEST['end_time'])));
$map['addtime']=array("between",array(strtotime($_REQUEST['start_time']),strtotime($_REQUEST['end_time'] . ' 23:59:59')));
$_GET['start_time']=$_REQUEST['start_time'];
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment