Commit 2e5c4f8c by 杨树贤

Merge branch 'ysx-特殊币种人民币是否含税-20230828' into dev

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