处理回写患者病情记录-回写失败不做处理

This commit is contained in:
wucongxing 2023-12-15 16:22:53 +08:00
parent 39e5cc13d4
commit a0a54667b0

View File

@ -579,6 +579,8 @@ class AutoFinishInquiryDelayDirectConsumer extends ConsumerMessage
return false; return false;
} }
$order_inquiry_case = $order_inquiry_case->toArray();
$data = array(); $data = array();
foreach ($order_inquiry_case as $key => $value) { foreach ($order_inquiry_case as $key => $value) {
// 主键跳过 // 主键跳过
@ -599,7 +601,6 @@ class AutoFinishInquiryDelayDirectConsumer extends ConsumerMessage
} }
$data[$key] = $value; $data[$key] = $value;
} }
// 获取处方数据 // 获取处方数据