From 966fa16a4137df76e9312ed76cc22ed8169e76ff Mon Sep 17 00:00:00 2001 From: suyl <770236076@qq.com> Date: Sun, 17 Nov 2019 17:32:55 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=BB=E5=8F=96=E6=B0=B8=E8=BE=89excel?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- business/jxstore/yonghui/yonghui.go | 1 + 1 file changed, 1 insertion(+) diff --git a/business/jxstore/yonghui/yonghui.go b/business/jxstore/yonghui/yonghui.go index 361c1bca6..a84cafb4d 100644 --- a/business/jxstore/yonghui/yonghui.go +++ b/business/jxstore/yonghui/yonghui.go @@ -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 }