From 80c8e74c7428329f06d1aa3b70b95b46da732b0a Mon Sep 17 00:00:00 2001 From: zhangqian <zhangqian@123.com> Date: 星期四, 27 六月 2024 20:09:03 +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