作者 王智

文档修改

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