From e718c2568e9712ab40dc4d2d4d20cf3635dc4c34 Mon Sep 17 00:00:00 2001
From: zhangqian <zhangqian@123.com>
Date: 星期五, 07 六月 2024 14:10:49 +0800
Subject: [PATCH] 月度统计报表下载接口

---
 router/router.go |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/router/router.go b/router/router.go
index 6cd7916..b3ab526 100644
--- a/router/router.go
+++ b/router/router.go
@@ -160,6 +160,7 @@
 		reportFormsAPI.POST("getLocationForms", reportFormsController.GetLocationForms)             //鑾峰彇浣嶇疆鎶ヨ〃
 		reportFormsAPI.POST("downloadLocationForms", reportFormsController.DownloadLocationForms)   //涓嬭浇浣嶇疆鎶ヨ〃
 		reportFormsAPI.POST("monthStats", reportFormsController.MonthStats)                         //鑾峰彇鏈堝害缁熻鎶ヨ〃
+		reportFormsAPI.POST("downloadMonthStats", reportFormsController.DownloadMonthStats)         //涓嬭浇鏈堝害缁熻鎶ヨ〃
 		reportFormsAPI.POST("doMonthStats", reportFormsController.DoMonthStats)                     //鎵嬪姩璺戞湀搴︾粺璁″簱瀛樻姤琛�
 	}
 

--
Gitblit v1.8.0