Browse Source

药方相关接口数据优化

pull/1/head
pengda 9 months ago
parent
commit
1c4fd3fd00
  1. 2
      model/mCase.php

2
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' => '',

Loading…
Cancel
Save