lihong 11 tháng trước cách đây
mục cha
commit
852db9f3c0

+ 1 - 1
src/main/resources/otherSource/thyy_mz_system_sqlServer_init_data.sql

@@ -1,7 +1,7 @@
 INSERT INTO [t_user]( [user_id_code], [user_code], [user_name], [password], [id_card], [create_time],
                      [create_user], [update_time], [update_user], [status], [profile_image], [email], [phone_number],
                      [gender], [lock_screen_password], [client_profile_image])
-VALUES ( '03328', '4264', '管理员', 'g+mTA16f929nag40AIQf0w==', '', '2023-06-26 08:37:45.000', -1,
+VALUES ( '03328', '4264', '管理员', 'xMpCOKC5I4INzFCab3WEmw==', '', '2023-06-26 08:37:45.000', -1,
         '2023-06-26 08:37:45.000', -1, 1, 921, '', '', '', '', 0);
 
 INSERT INTO [t_role]( [role_name], [remark], [create_time], [create_id], [update_time], [update_id], [del_flag]) VALUES ( '管理员', '为系统最大权限', '2021-05-06 10:03:24.000', 1, '2024-09-06 10:36:24.147', 1, '0');