|
@@ -101,7 +101,7 @@ class HrServies
|
|
|
$inspect_report = [];
|
|
|
if($params['HR_ITEM_CODE'] ?? '')
|
|
|
{
|
|
|
- $exam_report[] = ['HR_ITEMNAME_CODE','in',explode(';',$params['HR_ITEM_CODE'])];
|
|
|
+// $exam_report[] = ['HR_ITEMNAME_CODE','in',explode(';',$params['HR_ITEM_CODE'])];
|
|
|
// $inspect_report[] = ['LAB_HR_ITEMNAME_CODE','in',explode(';',$params['HR_ITEM_CODE'])];
|
|
|
}
|
|
|
$_data = $this->getRecogViewDetail($ID_CARDNUM,$params['ORGCODE'] ?? '', $WHERE,$exam_report,$inspect_report,$hr);
|