读取永辉excel

This commit is contained in:
苏尹岚
2019-11-29 15:03:59 +08:00
parent b4db130c5e
commit 6887fbc18a

View File

@@ -138,7 +138,7 @@ var (
OrgSkuIdCol: 4,
OrgSkuPriceCol: 7,
OrgSkuNameCol: 5,
SkuRow: 2,
SkuRow: 1,
}, "水产": &SheetParam{
SkuIDCol: 1,
SkuPriceCol: 15,
@@ -264,7 +264,7 @@ func LoadExcelBinByYongHui(ctx *jxcontext.Context, reader io.Reader, isAsync, is
if errMsg == "" {
isExecute = true
} else {
err = fmt.Errorf(errMsg)
return "", fmt.Errorf(errMsg)
}
if isExecute {
isCompare, err = UpdateClassifyAndGetLastClassify()