diff --git a/app/Http/Controllers/Admin/EmployeeParticipationController.php b/app/Http/Controllers/Admin/EmployeeParticipationController.php index 33f8ce6..2206346 100644 --- a/app/Http/Controllers/Admin/EmployeeParticipationController.php +++ b/app/Http/Controllers/Admin/EmployeeParticipationController.php @@ -248,13 +248,13 @@ class EmployeeParticipationController extends BaseController // 类型映射:中文 => 数字 $typeMapping = [ - '元和员工参与' => 1, + '元禾员工参与' => 1, '干部培训' => 2, ]; // 类型名称映射:数字 => 中文 $typeNameMapping = [ - 1 => '元和员工参与', + 1 => '元禾员工参与', 2 => '干部培训', ];