作者 王智

文档修改

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