...
|
...
|
@@ -1805,12 +1805,9 @@ class Algorithm extends Api |
|
|
//第三份报告 内部详情
|
|
|
public function ThirdInternalDetails($NewTestQuestionArray)
|
|
|
{
|
|
|
dump($NewTestQuestionArray);
|
|
|
$GoodsList = [];
|
|
|
//查询盒子详情
|
|
|
$SleeoBoxArray = Db::name('sleep_box')->where('type', $NewTestQuestionArray['sleep_box_type'])->find();
|
|
|
dump($SleeoBoxArray);
|
|
|
die;
|
|
|
//判断男女
|
|
|
if ($NewTestQuestionArray['sex'] == 2) {
|
|
|
//女
|
...
|
...
|
|