From 1abfb62bafc2e507eafefb268ae740a5ff19d42d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=A3=E5=9C=A3=E5=8D=8E?= <752718920@qq.com> Date: Tue, 10 Oct 2023 23:10:40 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0sql?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jshERP-boot/docs/数据库更新记录-首次安装请勿使用.txt | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/jshERP-boot/docs/数据库更新记录-首次安装请勿使用.txt b/jshERP-boot/docs/数据库更新记录-首次安装请勿使用.txt index d6d815c06..b46e0bb3a 100644 --- a/jshERP-boot/docs/数据库更新记录-首次安装请勿使用.txt +++ b/jshERP-boot/docs/数据库更新记录-首次安装请勿使用.txt @@ -1524,4 +1524,12 @@ update jsh_supplier set creator=tenant_id; -- by jishenghua -- 给平台配置表增加单据Excel地址 -- -------------------------------------------------------- -INSERT INTO `jsh_platform_config` (`platform_key`, `platform_key_info`, `platform_value`) VALUES ('bill_excel_url', '单据Excel地址', ''); \ No newline at end of file +INSERT INTO `jsh_platform_config` (`platform_key`, `platform_key_info`, `platform_value`) VALUES ('bill_excel_url', '单据Excel地址', ''); + +-- -------------------------------------------------------- +-- 时间 2023年10月10日 +-- by jishenghua +-- 更新功能菜单里面的按钮参数 +-- -------------------------------------------------------- +update jsh_function set push_btn='1,2,3,7' where push_btn='1,2,7'; +update jsh_function set push_btn='1,3' where number in ('01020101','01020102','01020103'); \ No newline at end of file