正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -392,7 +392,7 @@ class AdminIndexController extends AdminBaseController | @@ -392,7 +392,7 @@ class AdminIndexController extends AdminBaseController | ||
392 | // } | 392 | // } |
393 | $list=Db::name('user')->where(['user_type'=>2])->select() | 393 | $list=Db::name('user')->where(['user_type'=>2])->select() |
394 | ->each(function ($item) { | 394 | ->each(function ($item) { |
395 | - $item['cook'] = $this->getCookBook($item['before_weight'],$item['height'],$item['weight_level'],$item['pregnant_week']); | 395 | + $item['cook'] = $this->getCookBook($item['before_weight'],$item['height'],$item['weight_level'],$item['pregnant_week'],$item['register_time']); |
396 | return $item; | 396 | return $item; |
397 | })->toArray(); | 397 | })->toArray(); |
398 | $path = ROOT_PATH . '/public/upload/'; //找到当前脚本所在路径 | 398 | $path = ROOT_PATH . '/public/upload/'; //找到当前脚本所在路径 |
-
请 注册 或 登录 后发表评论