作者 郭文星

123123

@@ -264,7 +264,7 @@ class Index extends Api @@ -264,7 +264,7 @@ class Index extends Api
264 public function timeout_cancellation(){ 264 public function timeout_cancellation(){
265 //计算超时时间 265 //计算超时时间
266 $newtime=time()-43200; 266 $newtime=time()-43200;
267 - $order=Db::name("order")->where("create_time",$newtime)->select(); 267 + $order=Db::name("order")->where("create_time",">",$newtime)->select();
268 print_r($order); 268 print_r($order);
269 } 269 }
270 } 270 }