This commit is contained in:
苏尹岚
2020-11-27 16:30:46 +08:00
parent 934dc75ee5
commit de502031aa
2 changed files with 2 additions and 2 deletions

View File

@@ -1786,7 +1786,7 @@ func UploadJdsImage(ctx *jxcontext.Context) (err error) {
if stock != 0 {
api.JdShop2API.StoreUpdateStock(stock, v.JdsID, "1000063128")
}
api.JdShop2API.StoreUpdatePrice(int(jxutils.IntPrice2Standard(int64(price))), v.JdsID, "1000063128")
api.JdShop2API.StoreUpdatePrice(utils.Float64ToStr(jxutils.IntPrice2Standard(int64(price))), v.JdsID, "1000063128")
} else {
continue
}