Browse Source

调整日志输出

hu hao 5 năm trước cách đây
mục cha
commit
cb7b81d328
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app/Services/LaborReportService.php

+ 1 - 1
app/Services/LaborReportService.php

@@ -206,7 +206,7 @@ class LaborReportService
 //            'labor_report_id'=>$id,
 //            'status'=>'已删除',
 //        ]);
-        Controller::logS(__METHOD__,'删除盘点记录时修改盘点任务信息'.__FUNCTION__,json_encode($id));
+        Controller::logS(__METHOD__,'删除临时工报表记录'.__FUNCTION__,json_encode($id));
         return $laborReport;
     }