1
This commit is contained in:
parent
746fc21f99
commit
88fd3e80b3
@ -448,7 +448,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