|
@@ -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",
|