From 8e2993fa5e23e3f65c13c76bfcd33f8d14ea8434 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=A3=E5=9C=A3=E5=8D=8E?= <752718920@qq.com> Date: Fri, 10 Dec 2021 17:53:02 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0sql,=E4=BF=AE=E6=94=B9msg?= =?UTF-8?q?=E8=A1=A8=E7=9A=84=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jshERP-boot/docs/jsh_erp.sql | 2 +- jshERP-boot/docs/数据库更新记录-首次安装请勿使用.txt | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/jshERP-boot/docs/jsh_erp.sql b/jshERP-boot/docs/jsh_erp.sql index 0d9816e7..67372873 100644 --- a/jshERP-boot/docs/jsh_erp.sql +++ b/jshERP-boot/docs/jsh_erp.sql @@ -599,7 +599,7 @@ CREATE TABLE `jsh_msg` ( -- ---------------------------- -- Records of jsh_msg -- ---------------------------- -INSERT INTO `jsh_msg` VALUES ('2', '标题1', '内容1', '2019-09-10 00:11:39', '类型1', '1', '63', '0'); +INSERT INTO `jsh_msg` VALUES ('2', '标题1', '内容1', '2019-09-10 00:11:39', '类型1', '2', '63', '0'); -- ---------------------------- -- Table structure for jsh_organization diff --git a/jshERP-boot/docs/数据库更新记录-首次安装请勿使用.txt b/jshERP-boot/docs/数据库更新记录-首次安装请勿使用.txt index 0b4defb0..0155da11 100644 --- a/jshERP-boot/docs/数据库更新记录-首次安装请勿使用.txt +++ b/jshERP-boot/docs/数据库更新记录-首次安装请勿使用.txt @@ -1315,9 +1315,11 @@ alter table jsh_unit add ratio_three int(11) DEFAULT NULL COMMENT '比例3' afte -- 更新菜单名称-进货统计改为采购统计 -- 增加平台配置菜单 -- 给平台配置增加注册启用标记 +-- 更新消息表中已有信息的状态 -- -------------------------------------------------------- update jsh_function set name='采购统计' where name='进货统计'; insert into `jsh_function`(`number`, `name`, `parent_number`, `url`, `component`, `state`, `sort`, `enabled`, `type`, `push_btn`, `icon`, `delete_flag`) values ('000112', '平台配置', '0001', '/system/platform_config', '/system/PlatformConfigList', '\0', '0175', '', '电脑版', '', 'profile', '0'); insert into `jsh_platform_config`(`platform_key`, `platform_key_info`, `platform_value`) values ('register_flag', '注册启用标记', '1'); +update jsh_msg set status='2' where id=2; \ No newline at end of file