From 41b76b67fa002ddb0e0a8555433a346c0e5f7d51 Mon Sep 17 00:00:00 2001 From: pengda <10266652509@qq.com> Date: Thu, 19 Sep 2024 17:33:44 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BD=95=E6=96=B9=E5=90=8E=E5=8F=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- model/mUserCase.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/model/mUserCase.php b/model/mUserCase.php index 44b3830..fa8d6e1 100644 --- a/model/mUserCase.php +++ b/model/mUserCase.php @@ -142,7 +142,7 @@ class mUserCase extends mBase { } if (isset($item['name'])) { - $herb = $mformula->getHerb($uid, $item['name'], ''); + $herb = $mformula->getHerb($item['name']); if ($herb) { $temp['herb_id'] = $herb['id']; $prescribe_herb[] = $temp;