nizongfeng há 2 anos
ascendente
cometimento
8de0f26102
1 ficheiros alterados com 2 adições e 1 eliminações
  1. +2
    -1
      application/api/controller/Index.php

+ 2
- 1
application/api/controller/Index.php Ver ficheiro

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


Carregando…
Cancelar
Guardar