瀏覽代碼

Merge remote-tracking branch 'origin/master'

gogs 1 年之前
父節點
當前提交
bc70e32314
共有 1 個文件被更改,包括 4 次插入2 次删除
  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",