Browse Source

分页相关优化

pull/1/head
pengda 9 months ago
parent
commit
4c202040b1
  1. 1
      model/mUserCase.php

1
model/mUserCase.php

@ -82,6 +82,7 @@ class mUserCase extends mBase {
//格式化医案开药详情
$prescribe_herb = $this->formatUserCaseHerbs($uid, $data['prescribe_herb']);
if(!$prescribe_herb){$this->setError('医案开药详情不正确');return false;}
$data['prescribe_herb'] = $prescribe_herb;
$data['case_id'] = $case['id'];

Loading…
Cancel
Save