This website requires JavaScript.
Explore
Help
Sign In
zfc
/
guzhi
Watch
1
Star
0
Fork
0
You've already forked guzhi
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
guzhi
/
app
/
api
/
v1
/
auditlog
History
anning
626b719b77
fix (tortoise.exceptions.OperationalError: invalid input for query argument $1: '2025-05-14 00:00:00' (expected a datetime.date or datetime.datetime instance, got 'str')) Fixed the bug where strings could not be queried by date, and used the Pydantic model for parameter validation and type conversion
2025-05-14 11:31:00 +08:00
..
__init__.py
feat: 审计日志
2024-07-31 14:58:26 +08:00
auditlog.py
fix (tortoise.exceptions.OperationalError: invalid input for query argument $1: '2025-05-14 00:00:00' (expected a datetime.date or datetime.datetime instance, got 'str')) Fixed the bug where strings could not be queried by date, and used the Pydantic model for parameter validation and type conversion
2025-05-14 11:31:00 +08:00