Merge branch 'dev-lzh-0905' into dev
This commit is contained in:
commit
36f1e4c609
@ -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