...
|
...
|
@@ -131,7 +131,8 @@ class User extends Api |
|
|
'work_subsidy_month' => $user['work_subsidy_month'],
|
|
|
'lower_work_hours_month' => $lower_work_hours_month,
|
|
|
'recruit_subsidy_month' => $user['recruit_subsidy_month'],
|
|
|
'salary' => $salary,
|
|
|
// 'salary' => $salary, //总工资
|
|
|
'salary' => $user['work_subsidy_month']+$user['recruit_subsidy_month'],
|
|
|
'notice' => config('site.notice'),
|
|
|
];
|
|
|
$this->success('成功', $data);
|
...
|
...
|
|