正在显示
1 个修改的文件
包含
2 行增加
和
1 行删除
@@ -131,7 +131,8 @@ class User extends Api | @@ -131,7 +131,8 @@ class User extends Api | ||
131 | 'work_subsidy_month' => $user['work_subsidy_month'], | 131 | 'work_subsidy_month' => $user['work_subsidy_month'], |
132 | 'lower_work_hours_month' => $lower_work_hours_month, | 132 | 'lower_work_hours_month' => $lower_work_hours_month, |
133 | 'recruit_subsidy_month' => $user['recruit_subsidy_month'], | 133 | 'recruit_subsidy_month' => $user['recruit_subsidy_month'], |
134 | - 'salary' => $salary, | 134 | +// 'salary' => $salary, //总工资 |
135 | + 'salary' => $user['work_subsidy_month']+$user['recruit_subsidy_month'], | ||
135 | 'notice' => config('site.notice'), | 136 | 'notice' => config('site.notice'), |
136 | ]; | 137 | ]; |
137 | $this->success('成功', $data); | 138 | $this->success('成功', $data); |
-
请 注册 或 登录 后发表评论