|
@@ -23,7 +23,9 @@ class Manage
|
|
|
$w = array();
|
|
|
$fstart = Dever::input('start', date('Y-m-01', $start));
|
|
|
$w['fstart'] = Dever::maketime($fstart . ' 00:00:00');
|
|
|
- $w['fend'] = $end;
|
|
|
+ $w['fend'] = strtotime(date('Y-m-d 23:59:59',
|
|
|
+ strtotime($fstart."+1 month - 1 day")));;
|
|
|
+
|
|
|
$data = array();
|
|
|
$data['start'] = date('Y-m-d',$start);
|
|
|
$data['day'] = $this->content_api($where,1);
|