Commit a4b9a7bd by hcy001

1

parent 2e05329c
Showing with 1 additions and 1 deletions
......@@ -161,7 +161,7 @@ class InquiryItemsReportModel extends Model
if ($mainCurrency == 1 ){ #询价币种人民币
$price_rmb = $currency != $mainCurrency ? round($price*$rate,6):$price;
}
if ($mainCurrency == 2 ){ #询价币种美金
if ($mainCurrency >1 ){ #询价币种美金
$price_origin = $currency != $mainCurrency ? round($price/$rate,6):$price;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment