|
|
@ -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 |
|
|
|