2 Commits

1 changed files with 1 additions and 1 deletions
Unified View
  1. +1
    -1
      web/controllers/report/CustomizedQuery.rest.go

+ 1
- 1
web/controllers/report/CustomizedQuery.rest.go View File

@ -513,7 +513,7 @@ func RegisterRouteMappingOfWorkLineDateReportExportExcelInCustomizedQuery(party
******************************************************************************/ ******************************************************************************/
func RegisterRouteMappingOfAndonAnalysis_CountByDateInCustomizedQuery(party router.Party, service svr.CustomizedQueryService) { 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) user, ok := jwts.ParseToken(ctx)
if !ok { if !ok {
return return


Loading…
Cancel
Save