From b06451c0817de2a04ec1024ff519039c19ec2e8c Mon Sep 17 00:00:00 2001 From: lijiarao Date: Wed, 3 Nov 2021 18:25:52 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E6=9B=B4=E6=96=B0admin=E4=B8=BALXGLZ?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- db/jeroboot-mysql-5.7.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/jeroboot-mysql-5.7.sql b/db/jeroboot-mysql-5.7.sql index 47932262..93eaaa6b 100644 --- a/db/jeroboot-mysql-5.7.sql +++ b/db/jeroboot-mysql-5.7.sql @@ -1291,7 +1291,7 @@ CREATE TABLE `sys_user` ( -- Records of sys_user -- ---------------------------- INSERT INTO `sys_user` VALUES ('e9ca23d68d884d4ebb19d07889727dae', 'admin', '开发管理员', 'cb362cfeefbf3d8d', 'RCGTeGiH', NULL, '2018-12-05 00:00:00', 1, 'lixuetao@syxysoft.com', '18608732661', 'A01', 1, 0, NULL, NULL, 1, '00001', NULL, NULL, '2019-06-21 17:54:10', 'admin', '2021-03-16 18:00:16', 2, 'c6d7cb4deeac411cb3384b1b31278596', '', NULL); - +update sys_user set username = 'LKGLZ' ,realname = '来款管理者',password = '97259f9d07add4ef',salt = 'CTRyXD7T' where id = 'e9ca23d68d884d4ebb19d07889727daa'; -- ---------------------------- -- Table structure for sys_user_agent -- ----------------------------