Skip to content

Commit

Permalink
minor: 单据支持tag字段过滤
Browse files Browse the repository at this point in the history
  • Loading branch information
hanshuaikang committed Aug 28, 2023
1 parent 98ab630 commit 5dba980
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions itsm/ticket/views/ticket.py
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,7 @@ class TicketModelViewSet(ModelViewSet):
"service_id": ["exact", "in"],
"create_at": ["lte", "gte"],
"bk_biz_id": ["exact", "in"],
"tag": ["exact"],
}
ordering_fields = ("create_at",)

Expand Down

0 comments on commit 5dba980

Please sign in to comment.