From fb95cf7f2f4beca55dd9151ef528dbd6fda0756e Mon Sep 17 00:00:00 2001 From: JEECG <445654970@qq.com> Date: Wed, 17 Apr 2024 09:59:48 +0800 Subject: [PATCH] =?UTF-8?q?--=20=E4=BF=AE=E5=A4=8D=E8=AE=BE=E7=BD=AE?= =?UTF-8?q?=E7=94=A8=E6=88=B7=E7=94=9F=E6=97=A5=E6=A0=BC=E5=BC=8F=E6=8A=A5?= =?UTF-8?q?=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- db/jeecgboot-mysql-5.7.sql | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/db/jeecgboot-mysql-5.7.sql b/db/jeecgboot-mysql-5.7.sql index 5fe2f9c0..f1fdb48f 100644 --- a/db/jeecgboot-mysql-5.7.sql +++ b/db/jeecgboot-mysql-5.7.sql @@ -8648,4 +8648,8 @@ INSERT INTO `tmp_report_data_income` VALUES ('中石油控股或有控股权', 3 INSERT INTO `tmp_report_data_income` VALUES ('中石油参股', 72062.45, 0.00, 0.00, 0.00, 0.00, 0.00, 72062.75); INSERT INTO `tmp_report_data_income` VALUES ('非中石油', 1486526.90, 212070.72, 0.00, 0.00, 0.00, 226415.09, 1698597.62); +-- 修复设置用户生日格式报错 +ALTER TABLE sys_user +MODIFY COLUMN birthday date NULL DEFAULT NULL COMMENT '生日'; + SET FOREIGN_KEY_CHECKS = 1;