Explorar el Código

工资计算优化

unknown hace 1 mes
padre
commit
8aa9f9e17b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      application/service/SalaryCalculationService.php

+ 1 - 1
application/service/SalaryCalculationService.php

@@ -102,7 +102,7 @@ class SalaryCalculationService
             ];
 
         } catch (Exception $e) {
-            LLog::error('工资计算服务执行失败', [
+            Log::error('工资计算服务执行失败', [
                 'error' => (string)$e->getMessage(),
                 'trace' => (string)$e->getTraceAsString(),
                 'params' => json_encode($params, JSON_UNESCAPED_UNICODE) // 序列化复杂参数