...
|
...
|
@@ -1794,10 +1794,10 @@ class Algorithm extends Api |
|
|
{
|
|
|
//第三份报告
|
|
|
$ThirdReport = [
|
|
|
//内部详情
|
|
|
'InternalDetails' => $this->ThirdInternalDetails($NewTestQuestionArray),
|
|
|
//外部卡片
|
|
|
'ExternalCard' => $this->ThirdCardReturn($NewTestQuestionArray),
|
|
|
'ExternalCard' => $this->ThirdCardReturn($NewTestQuestionArray),
|
|
|
//内部详情
|
|
|
'InternalDetails' => $this->ThirdInternalDetails(Db::name('sleep')->where('id',$NewTestQuestionArray['id'])->find())
|
|
|
];
|
|
|
return $ThirdReport;
|
|
|
}
|
...
|
...
|
|