易票联拉取西药的供货价修复,lj传腾留坑

This commit is contained in:
2025-09-22 14:58:52 +08:00
parent 28e26a39c2
commit e1ccef44a4

View File

@@ -78,7 +78,7 @@ class ErpController extends Controller
'productSku' => $vv['drug_no'],
'quantity' => $vv['number'],
'paymentPrice' => $vv['price'],
'price' => round($vv['number'] * $vv['price'], 2)
'price' => round($vv['number'] * $vv['buy_price'], 2)
];
}
$erpData[$k]['orderItems'] = $orderItems;