Commit 3e5f8bdd by 杨树贤

补充币种

parent a23205fa
Showing with 1 additions and 1 deletions
...@@ -655,7 +655,7 @@ func (ps *PriceService) TransformSpecialSupplierPrice(sku model.LySku) model.LyS ...@@ -655,7 +655,7 @@ func (ps *PriceService) TransformSpecialSupplierPrice(sku model.LySku) model.LyS
} }
sku.DatabasePrice = sku.OriginalPrice sku.DatabasePrice = sku.OriginalPrice
hasTax := false hasTax := false
symbol := "" symbol := "$"
if currencyConfig != "" { if currencyConfig != "" {
currency = int(gjson.Get(currencyConfig, "currency").Int()) currency = int(gjson.Get(currencyConfig, "currency").Int())
if currency == 0 { if currency == 0 {
......
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