作者 郭文星

123

... ... @@ -1550,7 +1550,7 @@ class Car extends Base
$order_id = $this->request->param("order_id");
$res=Db::name("order")->where('id',$order_id)->find();
if(!$res){
$this->error("数据为空");
$this->error("查询失败");
}
$specificaddress=Db::name("specificaddress")->where('id',$res['specificaddress_id'])->find();
$data=[
... ...