作者 郭文星

123

... ... @@ -213,7 +213,7 @@ class Car extends Base
$page=$this->request->param("page");
$total=$this->request->param("total");
$w['user_id'] = $this->auth->id;
if ($is_pay){
if ($is_pay!=0){
$w['is_pay'] = $is_pay;
}
$res=Db::name("order")
... ...