Browse Source

checkredis

undefined
娄梦宁 4 years ago
parent
commit
5cdd1b19d7
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      application/api/controller/Index.php

+ 1
- 1
application/api/controller/Index.php View File

@@ -31,7 +31,7 @@ class Index extends Api
}
$model=new Order();
$order = $model->field("GROUP_CONCAT(id) ids")->where([
"createtime"=>[">",time()-1800],
"createtime"=>["<",time()-1800],
"have_paid"=>0,
"status"=>1,
])->find();


Loading…
Cancel
Save