cqpCow 2 жил өмнө
parent
commit
dfcb9e2c61

+ 1 - 1
app/Service/FinishedOrderService.php

@@ -481,7 +481,7 @@ class FinishedOrderService extends Service
 
         $dispatch_id = array_unique(array_column($data,'id'));
         $bool = DispatchSub::whereIn('id',$dispatch_id)->where('job_status',1)->exists();
-        if($bool) return [false,'正在队列中,请不要重复操作!'];
+        if($bool) return [false,'正在队列中,请不要重复操作!',''];
 
         $post = [];
         foreach ($data as $value){