fix: 法院机构ID改为011避免与信访局冲突

This commit is contained in:
selfrelease
2026-07-27 14:11:32 +08:00
parent 67dca387bd
commit a7fbaa97e6
4 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -5,7 +5,7 @@
-- 1. 创建法院机构
INSERT INTO organizations (id, name, slug, short_name, description, logo_url, sort_order, is_active)
VALUES (
'a0000000-0000-0000-0000-000000000010',
'a0000000-0000-0000-0000-000000000011',
'人民法院',
'fayuan',
'法院',
@@ -19,7 +19,7 @@ VALUES (
DO $$
DECLARE
pwd_hash TEXT;
fayuan_org UUID := 'a0000000-0000-0000-0000-000000000010';
fayuan_org UUID := 'a0000000-0000-0000-0000-000000000011';
BEGIN
SELECT password_hash INTO pwd_hash FROM users WHERE email = 'admin@govai.gov.cn';