From c1203d103d21256b319c21b7886c9ffbe2694f76 Mon Sep 17 00:00:00 2001 From: sxu <602087911@qq.com> Date: Mon, 24 Mar 2025 16:40:06 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E8=B4=A6=E6=88=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../20250216_mgr_user_move_to_sys_user.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql/bns_houqin_202502_patch/20250216_mgr_user_move_to_sys_user.sql b/sql/bns_houqin_202502_patch/20250216_mgr_user_move_to_sys_user.sql index 845c1c0..e20a804 100644 --- a/sql/bns_houqin_202502_patch/20250216_mgr_user_move_to_sys_user.sql +++ b/sql/bns_houqin_202502_patch/20250216_mgr_user_move_to_sys_user.sql @@ -1,4 +1,4 @@ --- 管理员已随着 cust_info 转移至 sys_user表,缺少 area_id 代表他们是区域管理员, user_id 是用来在框架中匹配角色的,is_customer 为null可以登录后台 +-- 管理员已随着 cust_info 转移至 sys_user表,缺少 area_id 代表他们是区域管理员, user_id 是用来在框架中匹配角色的 update sys_user set area_id = 378916886416461824, user_id = 379189599139794944, login_type = '0,1,2' where cust_id = 379489785460297728; update sys_user set area_id = 378916886416461824, user_id = 379189931303505920, login_type = '0,1,2' where cust_id = 379185426889445376; update sys_user set area_id = 378916807488049152, user_id = 379258529644548096, login_type = '0,1,2' where cust_id = 379497946028183552;