fix: resolve fatal startup error in SysUser model caused by invalid column type

This commit is contained in:
DXC
2026-03-24 09:38:28 +08:00
parent b5610de1f1
commit 8af460b5d4
2 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@ def get_preferences():
@user_bp.route('/preferences', methods=['PUT'])
@jwt_required()
@audit_log(module_name='系统', action_type='修改偏好配置')
@audit_log(module='系统', action='修改偏好配置')
def save_preferences():
"""
保存/更新当前用户的 preferences 字段