|
@@ -38,7 +38,6 @@ class LaborApplyRecordJob implements ShouldQueue
|
|
|
*/
|
|
*/
|
|
|
public function handle()
|
|
public function handle()
|
|
|
{
|
|
{
|
|
|
- Log::debug("LaborApplyRecordJob isAppend = " . ($this->isAppend + 1) . "");
|
|
|
|
|
$response = $this->service->allocationLaborToLaborCompany($this->isAppend);
|
|
$response = $this->service->allocationLaborToLaborCompany($this->isAppend);
|
|
|
if (!$response['success']) throw new WarningException($response['error_message']);
|
|
if (!$response['success']) throw new WarningException($response['error_message']);
|
|
|
}
|
|
}
|