添加证书
This commit is contained in:
@@ -2265,7 +2265,11 @@ func CreateUpcSkuByExcelBin(ctx *jxcontext.Context, reader io.Reader, categoryID
|
||||
name = cell
|
||||
}
|
||||
if k == 2 {
|
||||
unit = cell
|
||||
if upc != "" {
|
||||
unit = ""
|
||||
} else {
|
||||
unit = cell
|
||||
}
|
||||
}
|
||||
if k == 3 {
|
||||
specQuality = float32(utils.Str2Float64WithDefault(cell, 0))
|
||||
|
||||
Reference in New Issue
Block a user