Browse Source

临时工分配删除没用的日志

yuang 4 years ago
parent
commit
b558be60da
1 changed files with 0 additions and 1 deletions
  1. 0 1
      app/Jobs/LaborApplyRecordJob.php

+ 0 - 1
app/Jobs/LaborApplyRecordJob.php

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