Commit 960949d6 by 杨树贤

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

parents 2e5c4f8c a2f760d9
Showing with 2 additions and 0 deletions
......@@ -182,6 +182,8 @@ func InitSkuData(sku string) (data LySku) {
mpq := gjson.Get(sku, "mpq").Int()
data.Mpq = mpq
data.OriginCurrencySymbol = "$"
//递增量
Multiple := gjson.Get(sku, "multiple").Int()
if Multiple > 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