From ee8c1c18382dce5394677b1066385d7ef276c2f1 Mon Sep 17 00:00:00 2001 From: zhangqian <zhangqian@123.com> Date: 星期三, 12 六月 2024 22:59:16 +0800 Subject: [PATCH] 库存报表查询及报表下载支持多单位 --- service/month_forms.go | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/service/month_forms.go b/service/month_forms.go index 2073e9d..4bde4dc 100644 --- a/service/month_forms.go +++ b/service/month_forms.go @@ -111,7 +111,6 @@ } titleStyle, err := f.NewStyle(style) if err != nil { - fmt.Println(err) return } f.SetCellStyle("Sheet1", "A1", "R2", titleStyle) -- Gitblit v1.8.0