diff --git a/application/admin/controller/aftersales/Aftersale.php b/application/admin/controller/aftersales/Aftersale.php index e29ce1f..aefb257 100644 --- a/application/admin/controller/aftersales/Aftersale.php +++ b/application/admin/controller/aftersales/Aftersale.php @@ -121,9 +121,9 @@ class Aftersale extends Backend if(empty($order)){ $this->error('订单不存在'); } - if($order->status != Order::STATUS_FINISHED){ - $this->error('订单不是完成状态,不可进行今后'); - } + /* if($order->status != Order::STATUS_FINISHED){ + $this->error('订单不是完成状态,不可创建售后'); + }*/ if(\app\admin\model\Aftersale::where('order_id',$params['order_id'])->where('status',[1,2,3])->find()){ $this->error('订单已存在售后信息,不可重复创建'); }