1
This commit is contained in:
@@ -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("处方疾病数据错误");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user