This commit is contained in:
lzh 2025-10-21 15:49:17 +08:00
parent 746fc21f99
commit 88fd3e80b3

View File

@ -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