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