添加证书

This commit is contained in:
邹宗楠
2023-03-30 11:21:16 +08:00
parent 2dc3594070
commit 2d4af5f61d
7 changed files with 169 additions and 10 deletions

View File

@@ -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))