Compare commits
	
		
			2 Commits
		
	
	
		
			cdbb266503
			...
			36f1e4c609
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 36f1e4c609 | |||
| 88fd3e80b3 | 
| @ -449,7 +449,6 @@ func writeToExcel(filename string, items []*bundle.BundleBalanceExportItem) erro | |||||||
| 
 | 
 | ||||||
| func GetAccountBundleBalance(c *gin.Context) { | func GetAccountBundleBalance(c *gin.Context) { | ||||||
| 	var req bundle.GetBundleBalanceListReq | 	var req bundle.GetBundleBalanceListReq | ||||||
| 	req.Month = time.Now().Format("2006-01") |  | ||||||
| 	if err := c.ShouldBindJSON(&req); err != nil { | 	if err := c.ShouldBindJSON(&req); err != nil { | ||||||
| 		service.Error(c, err) | 		service.Error(c, err) | ||||||
| 		return | 		return | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user