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
1
yijia
nizongfeng
2 years ago
parent
0994698ae4
commit
b77804968c
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
@@ -35,7 +35,7 @@ class Index extends Api
"createtime"=>["<",time()-1800],
"have_paid"=>0,
"status"=>1,
])->
buildSql
();
])->
find
();
if (!$order){
return;
}
Write
Preview
Loading…
Cancel
Save