1
This commit is contained in:
@@ -155,6 +155,7 @@ class Monitor extends Base
|
||||
$s_time = strtotime($year."-".$month."-1");
|
||||
$e_time = strtotime("+1 month", $s_time) - 1;
|
||||
$n = $this->article_obj->where("ctime",">",$s_time)->where("ctime","<",$e_time)->count();
|
||||
$frag[$year."-".$month."sql"] = $this->article_obj->getLastSql();
|
||||
$frag[$year."-".$month] = $n;
|
||||
if($month==12){
|
||||
$year++;
|
||||
|
||||
Reference in New Issue
Block a user