正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -272,7 +272,7 @@ class Car extends Base | @@ -272,7 +272,7 @@ class Car extends Base | ||
272 | * @throws \think\exception\DbException | 272 | * @throws \think\exception\DbException |
273 | * @throws \think\exception\PDOException | 273 | * @throws \think\exception\PDOException |
274 | */ | 274 | */ |
275 | - public function refund($id){ | 275 | + public function refund(){ |
276 | $id=$this->request->param("id"); | 276 | $id=$this->request->param("id"); |
277 | //查询订单 | 277 | //查询订单 |
278 | $order=Db::name("order")->where("id",$id)->find(); | 278 | $order=Db::name("order")->where("id",$id)->find(); |
-
请 注册 或 登录 后发表评论