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