master
cody 3 months ago
parent b21c5d355b
commit d253af6dad

@ -285,6 +285,7 @@ class EmployeeParticipationController extends BaseController
$list[$key]['company_name'] = $value['公司名称'] ?? null;
$list[$key]['name'] = $value['姓名'] ?? null;
$list[$key]['department'] = $value['部门'] ?? null;
$list[$key]['total'] = $value['数量'] ?? 1;
// 根据课程信息填充其他字段
if ($course) {

Loading…
Cancel
Save