|
@@ -57,7 +57,7 @@ class ProcessDataJob implements ShouldQueue
|
|
|
return;
|
|
|
}
|
|
|
|
|
|
- $service->U8PO_PomainSave($this->data['id']);
|
|
|
+ $service->U8PO_PomainSave($this->data['id'], $this->data['user_name']);
|
|
|
}
|
|
|
|
|
|
//销售(合同)
|
|
@@ -68,7 +68,7 @@ class ProcessDataJob implements ShouldQueue
|
|
|
return;
|
|
|
}
|
|
|
|
|
|
- $service->U8SaleOrderSave($this->data['id']);
|
|
|
+ $service->U8SaleOrderSave($this->data['id'], $this->data['user_name']);
|
|
|
}
|
|
|
|
|
|
// public function failed($exception)
|