diff --git a/pkg/service/bundle/bundleBalance.go b/pkg/service/bundle/bundleBalance.go index 42cbfff..493ed10 100644 --- a/pkg/service/bundle/bundleBalance.go +++ b/pkg/service/bundle/bundleBalance.go @@ -449,7 +449,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