修改了座位等级中文问题、空订单问题

This commit is contained in:
2024-06-14 18:57:36 +08:00
parent 963a80a670
commit e435ae4035
16 changed files with 66 additions and 15 deletions

View File

@@ -1,9 +1,16 @@
db = {
db_service = {
'host':'localhost',
'user':'managerAgent',
'password':'password123',
'database':'ServiceDatabase'
}
db_manager = {
'host':'localhost',
'user':'managerAgent',
'password':'password123',
'database':'ManagerDatabase'
}
SECRET_KEY = 'ILOVEDATABASETECH'