创建药品订单时,新增了药品明细的实际金额字段

This commit is contained in:
2024-11-26 16:39:13 +08:00
parent d83ec385a7
commit 8afd0d91ed
4 changed files with 141 additions and 3 deletions
@@ -176,6 +176,8 @@ class OrderPrescriptionService extends BaseService
* 上报处方平台
* @param string $order_product_id 商品订单id
* @return bool
* @throws ContainerExceptionInterface
* @throws NotFoundExceptionInterface
*/
public function reportPrescription(string $order_product_id): bool
{