正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -1550,7 +1550,7 @@ class Car extends Base | @@ -1550,7 +1550,7 @@ class Car extends Base | ||
| 1550 | $order_id = $this->request->param("order_id"); | 1550 | $order_id = $this->request->param("order_id"); |
| 1551 | $res=Db::name("order")->where('id',$order_id)->find(); | 1551 | $res=Db::name("order")->where('id',$order_id)->find(); |
| 1552 | if(!$res){ | 1552 | if(!$res){ |
| 1553 | - $this->error("数据为空"); | 1553 | + $this->error("查询失败"); |
| 1554 | } | 1554 | } |
| 1555 | $specificaddress=Db::name("specificaddress")->where('id',$res['specificaddress_id'])->find(); | 1555 | $specificaddress=Db::name("specificaddress")->where('id',$res['specificaddress_id'])->find(); |
| 1556 | $data=[ | 1556 | $data=[ |
-
请 注册 或 登录 后发表评论