读取永辉excel

This commit is contained in:
suyl
2019-11-17 17:32:55 +08:00
parent 6c54e3901f
commit 966fa16a41

View File

@@ -225,6 +225,7 @@ func LoadExcelBinByYongHui(ctx *jxcontext.Context, reader io.Reader, isAsync boo
}
if errMsg != "" {
baseapi.SugarLogger.Debugf(errMsg)
return "", errors.New(errMsg)
}
return hint, err
}