作者 郭静帆
1 个管道 的构建 通过 耗费 42 秒

本月额外收入

@@ -182,6 +182,7 @@ class User extends Api @@ -182,6 +182,7 @@ class User extends Api
182 ->each(function($v){ 182 ->each(function($v){
183 // 格式化年月 183 // 格式化年月
184 $v->year_month = date('Y年m月',strtotime($v['year_month'])); 184 $v->year_month = date('Y年m月',strtotime($v['year_month']));
  185 + $v->salary = $v['work_subsidy']+$v['recruit_subsidy'];
185 }); 186 });
186 $this->success('成功', $data); 187 $this->success('成功', $data);
187 } 188 }