|
|
@@ -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) // 序列化复杂参数
|