nizongfeng 2 years ago
parent
commit
8de0f26102
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      application/api/controller/Index.php

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

@@ -35,7 +35,8 @@ class Index extends Api
"createtime"=>["<",time()-1800],
"have_paid"=>0,
"status"=>1,
])->find();
])->buildSql();
echo $order;die;
if (!$order){
return;
}


Loading…
Cancel
Save