This commit is contained in:
wucongxing 2023-04-25 20:55:19 +08:00
parent d215493859
commit d5ccd546da

View File

@ -145,7 +145,7 @@ class CaService extends BaseService
} }
}); });
dump($this->icd_name);
// 获取处方关联商品数据 // 获取处方关联商品数据
co(function () use ($wg,$channel,$order_prescription_id) { co(function () use ($wg,$channel,$order_prescription_id) {
@ -213,6 +213,8 @@ class CaService extends BaseService
// 结束 // 结束
$wg->wait(); $wg->wait();
dump($this->icd_name);
// 判断通道是否存在异常数据 // 判断通道是否存在异常数据
$res = $channel->isEmpty(); $res = $channel->isEmpty();
if (!$res){ if (!$res){