修改物流发货信息推送
This commit is contained in:
parent
ddfc7f06e1
commit
57816f58b4
@ -139,10 +139,6 @@ class getPrescriptionOrderStatusCommand extends HyperfCommand
|
||||
// 订阅快递推送
|
||||
$Kuaidi = new Kuaidi();
|
||||
$Kuaidi->subscribe($result['deliveryId'],$logistics_company_code,$item['consignee_tel']);
|
||||
}
|
||||
|
||||
// 修改成功时药品订单数据
|
||||
$this->savePreSuccessOrderStatus($item,$result['deliveryId'],$logistics_company_code,$result['deliveryTime']);
|
||||
|
||||
try {
|
||||
// 获取患者数据
|
||||
@ -161,6 +157,10 @@ class getPrescriptionOrderStatusCommand extends HyperfCommand
|
||||
}
|
||||
}
|
||||
|
||||
// 修改成功时药品订单数据
|
||||
$this->savePreSuccessOrderStatus($item,$result['deliveryId'],$logistics_company_code,$result['deliveryTime']);
|
||||
}
|
||||
|
||||
$this->line("获取处方平台订单数据结束:处理完毕");
|
||||
|
||||
Db::commit();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user