sql更新+dev通用容器

This commit is contained in:
2026-04-14 18:14:41 +08:00
parent 4b38a4c952
commit 7018c61a00
11 changed files with 235 additions and 53 deletions

View File

@@ -1,6 +1,6 @@
INSERT INTO auth.tb_auth_login_audit (
audit_id, user_id, username, province_code, area_code, tenant_id, tenant_path, dept_id, dept_path, login_ip, login_status
audit_id, user_id, username, adcode, tenant_id, tenant_path, dept_id, dept_path, login_ip, login_status
) VALUES (
'audit-bootstrap-001', 'U10001', 'admin', '330000', '330100', 'SCH-HQ', '/SCH-HQ/', 'DEPT-HQ-ADMIN', '/DEPT-HQ/DEPT-HQ-ADMIN/', '127.0.0.1', 'BOOTSTRAP'
'audit-bootstrap-001', 'U10001', 'admin', '330100', 'SCH-HQ', '/SCH-HQ/', 'DEPT-HQ-ADMIN', '/DEPT-HQ/DEPT-HQ-ADMIN/', '127.0.0.1', 'BOOTSTRAP'
)
ON CONFLICT (audit_id) DO NOTHING;