@@ -171,7 +171,7 @@ class ServiceWorkLogic extends BaseLogic
throw new Exception('订单错误');
}
- if($work->work_status != 3 || $work->user_confirm_status !=1 ){
+ if($work->work_status != 4){
throw new Exception('请勿重复操作');