Kaynağa Gözat

Merge remote-tracking branch 'origin/master'

gogs 1 yıl önce
ebeveyn
işleme
bc70e32314
1 değiştirilmiş dosya ile 4 ekleme ve 2 silme
  1. 4 2
      app/Jobs/DesktopDeviceJob.php

+ 4 - 2
app/Jobs/DesktopDeviceJob.php

@@ -20,7 +20,7 @@ class DesktopDeviceJob implements ShouldQueue
     protected $url;
 
     /**
-     * Create a new job instance.
+     * Create a new job instance
      *
      * @return void
      */
@@ -179,7 +179,9 @@ class DesktopDeviceJob implements ShouldQueue
             "team_id_show" => $first['team_id_show'],
             "equipment_id_show" => $first['equipment_id_show'],
             "employee_id_show" => $first['employee_id_show'],
-            "tag" => $tag
+            "tag" => $tag,
+            "completion_type" => 'COMPLETION_AFTER_QUALITY',
+            "completion_type_show" => '完工扫码'
         ];
         $post = [
             "bizTypeEk" => "LOWCODE",