From d3e1fbec5a19e3412801aa8efbe4110e6fa9d3a4 Mon Sep 17 00:00:00 2001 From: snow <8065827+snow201809@user.noreply.gitee.com> Date: Mon, 22 Feb 2021 10:56:44 +0800 Subject: [PATCH] =?UTF-8?q?update=20public/sql/install.sql.=20=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E5=AF=BC=E5=85=A5=E7=9A=84=E7=AE=A1=E7=90=86=E5=91=98?= =?UTF-8?q?=E5=AF=86=E7=A0=81=E4=B8=BA=EF=BC=9A123456a?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/sql/install.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/sql/install.sql b/public/sql/install.sql index b1960ff..b298f5f 100644 --- a/public/sql/install.sql +++ b/public/sql/install.sql @@ -1,3 +1,3 @@ -insert into `5kcrm_admin_user` (`username`, `password`, `salt`, `realname`, `create_time`, `status`, `structure_id`, `parent_id`, `type`) values ( '18888888888', '302dd3f6dba54513f2a5a1bf696e2d8d', '1b2d', '管理员', '1487217060', 1, 1, 0, 1); +insert into `5kcrm_admin_user` (`username`, `password`, `salt`, `realname`, `create_time`, `status`, `structure_id`, `parent_id`, `type`) values ( '18888888888', '05a9918b455b2209673c36676422bb81', '7217', '管理员', '1487217060', 1, 1, 0, 1); insert into `5kcrm_hrm_user_det` (`user_id`, `join_time`, `type`, `status`, `userstatus`, `create_time`, `update_time`) values ( 1, '1487217060', 1, 1, 2, '1487217060', '1487217060'); \ No newline at end of file