浏览代码

Updated public

north 7 年之前
父节点
当前提交
b751bb30b6
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      www/protected/commands/GetKennelDetailWorkCommand.php

+ 1 - 1
www/protected/commands/GetKennelDetailWorkCommand.php

@@ -18,7 +18,7 @@ class GetKennelDetailWorkCommand extends CConsoleCommand {
 
     public function getKennel()
     {
-        $end_time = date("Y-m-d 14:00:00");
+        $end_time = date("Y-m-d 13:59:59");
         $start_time = date("Y-m-d 14:00:00",strtotime("-1 day"));
         $criteria = new EMongoCriteria();
         $criteria->addCond('time','>=',strtotime(date('Y-m-d H:i:s',strtotime($start_time))));