This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
loumengning
/
shop
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
checkredis
undefined
娄梦宁
4 years ago
parent
62ff97930c
commit
5cdd1b19d7
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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();
Write
Preview
Loading…
Cancel
Save