Просмотр исходного кода

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

yuang 4 лет назад
Родитель
Сommit
b558be60da
1 измененных файлов с 0 добавлено и 1 удалено
  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']);
     }