This commit is contained in:
2023-03-31 16:38:05 +08:00
parent a8e0dbf891
commit bb7ea260f3
2 changed files with 17 additions and 19 deletions
+1 -1
View File
@@ -166,7 +166,7 @@ class OrderPrescriptionService extends BaseService
// 获取处方关联疾病数据
$params = array();
$params['order_prescription_id'] = $order_prescription_id;
$order_prescription_icd = OrderPrescriptionIcd::getOne($params);
$order_prescription_icd = OrderPrescriptionIcd::getList($params);
if (empty($order_prescription_icd)){
throw new BusinessException("处方疾病数据错误");
}