From 1c4fd3fd00af207f702162273e8f93bea48996f0 Mon Sep 17 00:00:00 2001 From: pengda <10266652509@qq.com> Date: Mon, 9 Sep 2024 11:45:44 +0800 Subject: [PATCH] =?UTF-8?q?=E8=8D=AF=E6=96=B9=E7=9B=B8=E5=85=B3=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3=E6=95=B0=E6=8D=AE=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- model/mCase.php | 2 ++ 1 file changed, 2 insertions(+) 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' => '',