From 88fd3e80b370727a169ac0e5dc5e0753c84a2b44 Mon Sep 17 00:00:00 2001 From: lzh <1625167628@qq.com> Date: Tue, 21 Oct 2025 15:49:17 +0800 Subject: [PATCH] 1 --- pkg/service/bundle/bundleBalance.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/service/bundle/bundleBalance.go b/pkg/service/bundle/bundleBalance.go index 225def7..b753b62 100644 --- a/pkg/service/bundle/bundleBalance.go +++ b/pkg/service/bundle/bundleBalance.go @@ -448,7 +448,6 @@ func writeToExcel(filename string, items []*bundle.BundleBalanceExportItem) erro func GetAccountBundleBalance(c *gin.Context) { var req bundle.GetBundleBalanceListReq - req.Month = time.Now().Format("2006-01") if err := c.ShouldBindJSON(&req); err != nil { service.Error(c, err) return