根据Excel创建标品优化输出excel价格
This commit is contained in:
@@ -1770,7 +1770,7 @@ func buildCreateUpcSkuByExcelErr(v *model.SkuName, errMsg string) (createUpcSkuB
|
|||||||
Name: v.Name,
|
Name: v.Name,
|
||||||
Unit: v.Unit,
|
Unit: v.Unit,
|
||||||
SpecQuality: utils.Float64ToStr(float64(v.SpecQuality)),
|
SpecQuality: utils.Float64ToStr(float64(v.SpecQuality)),
|
||||||
Price: v.Price,
|
Price: v.Price / 100,
|
||||||
Err: errMsg,
|
Err: errMsg,
|
||||||
}
|
}
|
||||||
return createUpcSkuByExcelErr
|
return createUpcSkuByExcelErr
|
||||||
|
|||||||
Reference in New Issue
Block a user