更新sql
This commit is contained in:
parent
e995d45283
commit
1abfb62baf
@ -1524,4 +1524,12 @@ update jsh_supplier set creator=tenant_id;
|
|||||||
-- by jishenghua
|
-- by jishenghua
|
||||||
-- 给平台配置表增加单据Excel地址
|
-- 给平台配置表增加单据Excel地址
|
||||||
-- --------------------------------------------------------
|
-- --------------------------------------------------------
|
||||||
INSERT INTO `jsh_platform_config` (`platform_key`, `platform_key_info`, `platform_value`) VALUES ('bill_excel_url', '单据Excel地址', '');
|
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');
|
||||||
Loading…
Reference in New Issue
Block a user