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