Browse Source

录方后台

pull/1/head
pengda 8 months ago
parent
commit
41b76b67fa
  1. 2
      model/mUserCase.php

2
model/mUserCase.php

@ -142,7 +142,7 @@ class mUserCase extends mBase {
} }
if (isset($item['name'])) { if (isset($item['name'])) {
$herb = $mformula->getHerb($uid, $item['name'], ''); $herb = $mformula->getHerb($item['name']);
if ($herb) { if ($herb) {
$temp['herb_id'] = $herb['id']; $temp['herb_id'] = $herb['id'];
$prescribe_herb[] = $temp; $prescribe_herb[] = $temp;

Loading…
Cancel
Save