Browse Source

Merge pull request '修正了生产异常统计分析的路由错误' (#172) from feature_CustomizedQuery into develop

Reviewed-on: http://101.201.121.115:3000/leo/LAPP_Acura_MES_Backend/pulls/172
pull/174/head
zhangxin 3 years ago
parent
commit
73af8ab829
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) {
party.Get("/worklinedatereport_exportexcel", func(ctx iris.Context) {
party.Get("/andonanalysis-countbydate", func(ctx iris.Context) {
user, ok := jwts.ParseToken(ctx)
if !ok {
return


Loading…
Cancel
Save