From 1d04f4e82b1534eeff9f4369509c57fd6e249f23 Mon Sep 17 00:00:00 2001 From: zeroBlack Date: Thu, 18 Mar 2021 19:31:37 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4mysql=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E5=BA=93=E4=B8=AD=E7=9A=84=E8=B4=A2=E5=8A=A1=E9=83=A8=E7=BB=84?= =?UTF-8?q?=E7=BB=87=E6=9C=BA=E6=9E=84=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jero-boot/db/jeroboot-mysql-5.7.sql | 1 - 1 file changed, 1 deletion(-) diff --git a/jero-boot/db/jeroboot-mysql-5.7.sql b/jero-boot/db/jeroboot-mysql-5.7.sql index 4769175e..85841d54 100644 --- a/jero-boot/db/jeroboot-mysql-5.7.sql +++ b/jero-boot/db/jeroboot-mysql-5.7.sql @@ -1789,7 +1789,6 @@ CREATE TABLE `sys_depart` ( -- ---------------------------- -- Records of sys_depart -- ---------------------------- -INSERT INTO `sys_depart` VALUES ('743ba9dbdc114af8953a11022ef3096a', 'f28c6f53abd841ac87ead43afc483433', '财务部', null, null, '0', null, '1', '2', 'A03A01', null, null, null, null, null, '0', 'admin', '2019-03-22 16:45:43', null, null); INSERT INTO `sys_depart` VALUES ('c6d7cb4deeac411cb3384b1b31278596', '', '公司总部', null, null, '0', null, '1', '1', 'A01', null, null, null, null, null, '0', 'admin', '2019-02-11 14:21:51', 'admin', '2021-03-16 14:19:08'); -- ----------------------------