|
|
@@ -860,7 +860,7 @@ class ServiceOrderLogic extends BaseLogic
|
|
|
|
|
|
$service_work = ServiceWork::find($work_id);
|
|
|
if(!isset($params['admin_id']) && $service_work->user_confirm_status!=3){
|
|
|
- throw new Exception('请勿重复操作');
|
|
|
+ //throw new Exception('请勿重复操作');
|
|
|
}
|
|
|
|
|
|
$orders = RechargeOrder::where(['work_id'=>$work_id,'user_id'=>$params['user_id']])->select()->toArray();
|