From a3923536c479349851ee09539c6e2aa4623a716b Mon Sep 17 00:00:00 2001 From: allanwei Date: Thu, 17 Mar 2022 13:49:35 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E4=BA=86=E7=94=9F=E4=BA=A7?= =?UTF-8?q?=E5=BC=82=E5=B8=B8=E7=BB=9F=E8=AE=A1=E5=88=86=E6=9E=90=E7=9A=84?= =?UTF-8?q?=E8=B7=AF=E7=94=B1=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/controllers/report/CustomizedQuery.rest.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/controllers/report/CustomizedQuery.rest.go b/web/controllers/report/CustomizedQuery.rest.go index 3e20ba4..8db2516 100644 --- a/web/controllers/report/CustomizedQuery.rest.go +++ b/web/controllers/report/CustomizedQuery.rest.go @@ -513,7 +513,7 @@ func RegisterRouteMappingOfWorkLineDateReportExportExcelInCustomizedQuery(party ******************************************************************************/ func RegisterRouteMappingOfAndonAnalysis_CountByDateInCustomizedQuery(party router.Party, service svr.CustomizedQueryService) { - party.Get("/worklinedatereport_exportexcel", func(ctx iris.Context) { + party.Get("/andonanalysis-countbydate", func(ctx iris.Context) { user, ok := jwts.ParseToken(ctx) if !ok { return