Refactor logging system to use unified log_utils module and enhance logging messages across multiple scripts

This commit is contained in:
Misaka_Company
2026-01-12 13:55:28 +08:00
parent 83c90f0161
commit 4721634b81
7 changed files with 227 additions and 246 deletions

View File

@@ -8,7 +8,7 @@ SQL_SERVER_CONFIG = {
'database': 'CompanyDB',
'username': 'peng',
'password': 'Cqbld123456.',
'trust_server_certificate': 'yes'
'TrustServerCertificate': 'yes'
}
# ================= Access 驱动配置 =================