Skip to content

Commit

Permalink
Merge pull request #984 from Bidaya0/bugfix/aggr_vul_fix-part3
Browse files Browse the repository at this point in the history
fix/order-field
  • Loading branch information
Bidaya0 committed Sep 23, 2022
2 parents a51bfe9 + 44628ab commit cbf51d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dongtai_common/models/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
}
AGGREGATION_ORDER = {
"1":"vul.level_id",
"2":"rel.create_time",
"2":"vul.create_time",
"3":"vul.update_time",
}

Expand Down

0 comments on commit cbf51d8

Please sign in to comment.