根据Excel创建标品优化输出excel价格

This commit is contained in:
苏尹岚
2020-04-15 09:53:28 +08:00
parent e29b3f4eec
commit 60109bbd23

View File

@@ -1770,7 +1770,7 @@ func buildCreateUpcSkuByExcelErr(v *model.SkuName, errMsg string) (createUpcSkuB
Name: v.Name,
Unit: v.Unit,
SpecQuality: utils.Float64ToStr(float64(v.SpecQuality)),
Price: v.Price,
Price: v.Price / 100,
Err: errMsg,
}
return createUpcSkuByExcelErr