根据Excel创建标品优化输出excel价格
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user