diff --git a/model/mCase.php b/model/mCase.php index 04fb83a..76a1864 100644 --- a/model/mCase.php +++ b/model/mCase.php @@ -259,6 +259,7 @@ class mCase extends mBase { $temp = array( + 'id' => $value['herb_id'], 'name' => $herb_list[$value['herb_id']]['name'], 'num' => $value['num'], 'org_num' => '', @@ -321,6 +322,7 @@ class mCase extends mBase { $case_herb = array(); foreach ($case_herb_date as $item) { $temp = array( + 'id' => $item['herb_id'], 'name' => $herb_list[$item['herb_id']]['name'], 'num' => $item['num'], 'org_num' => '',