作者 潘浩文
1 个管道 的构建 通过 耗费 0 秒

接口

@@ -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/'; //找到当前脚本所在路径