소스 검색

up - 旧逻辑兼容

liugc 1 년 전
부모
커밋
44a5dba204
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/api/logic/ServiceOrderLogic.php

+ 1 - 1
app/api/logic/ServiceOrderLogic.php

@@ -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();