Skip to content

Commit

Permalink
perf: 优化资产修改激活状态记录操作日志
Browse files Browse the repository at this point in the history
  • Loading branch information
O-Jiangweidong authored and BaiJiangJie committed Apr 8, 2024
1 parent 8c93d41 commit 5ea4bba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/audits/signal_handlers/operate_log.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ def on_django_start_set_operate_log_monitor_models(sender, **kwargs):
'PermedAsset', 'PermedAccount', 'MenuPermission',
'Permission', 'TicketSession', 'ApplyLoginTicket',
'ApplyCommandTicket', 'ApplyLoginAssetTicket',
'FavoriteAsset', 'Asset'
'FavoriteAsset',
}
for i, app in enumerate(apps.get_models(), 1):
app_name = app._meta.app_label
Expand Down

0 comments on commit 5ea4bba

Please sign in to comment.