diff --git a/web/controllers/report/CustomizedQuery.rest.go b/web/controllers/report/CustomizedQuery.rest.go index 22c8b39..169fe57 100644 --- a/web/controllers/report/CustomizedQuery.rest.go +++ b/web/controllers/report/CustomizedQuery.rest.go @@ -146,7 +146,7 @@ func RegisterRouteMappingOfSeatQueryInCustomizedQuery(party router.Party, servic } urlParameters := ctx.URLParams() var status string - if status, ok = urlParameters["serialorderid"]; !ok { + if status, ok = urlParameters["status"]; !ok { status = "" } var serialOrderId string