nizongfeng hace 2 años
padre
commit
8de0f26102
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. +2
    -1
      application/api/controller/Index.php

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

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


Cargando…
Cancelar
Guardar