Browse Source

修正了生产异常统计分析的路由错误

pull/172/head
allanwei 3 years ago
parent
commit
a3923536c4
1 changed files with 1 additions and 1 deletions
  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